For some reason I can't update my ccs like when I type in something like
It doesn't let me :< Please tell me if I did it wrong or its a glitch >_<
Oh! Thank you! I will try it out.! ><
maybe its because you didn't add a hashtag at the beginning of "sMsg"? maybe try this!:
font-size: 0px; }
content: "send a message <3"; font-size: 15px; }
Oh! Thank you! I will try it out.! ><
maybe its because you didn't add a hashtag at the beginning of "sMsg"?
maybe try this!:
sMsg{
font-size: 0px;
}
sMsg::after{
content: "send a message <3";
font-size: 15px;
}