#ChatGPT CSS
3 messages · Page 1 of 1 (latest)
#merryChristmas{
position:absolute;
top:10%;
left:30%;
font-family: 'Great Vibes', cursive;
/* Set the font size */
font-size: 48px;
/* Set the font weight to bold */
font-weight: bold;
/* Add some space between the letters */
letter-spacing: 2px;
/* Add a drop shadow to give the text some depth */
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
/* Add some color to the text */
color: red;
}```
bad centering lol