COLORS SHOWN: 1st Photo: Kraft envelope, 2nd Photo:Â Bell envelope, 3rd Photo: Apple envelope
This folded personalized snowman holiday greeting card set can be personalized with the greeting text and last name of your choosing. Printed on heavyweight card stock for a smooth finish to write a personal note.
ENVELOPES: 70lb – 80lb text weight, premium
PACKAGING: in a clear sleeve (set of 10), or a clear box (set of 20+)
PRINTING: Flat printed for a smooth finish, sharp text and graphics, using fade resistant inks.
<!–
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 280px;
background-color: hotpink;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 0px 0;
position: absolute;
z-index: 1;
top: -5px;
left: 110%;
}
.tooltip .tooltiptext::after {