COLORS SHOWN: 1st Photo: black ink, razz envelope, 2nd Photo: midnight ink, blossom envelope
These simple personalized stationery note cards were designed for the perfect everyday note. Featuring a cat silhouette this design brings an adorable touch to your personalized note cards.
Click to shop matching notepad
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 {