+ 2
Help me fix my code (HTML/HTML 5, CSS)
Here: https://code.sololearn.com/WxLA22KcidR3/?ref=app I want to make my text looking nicely and beautifuly cursive.
6 Answers
+ 2
// Try running this in your CSS folder and experimenting with different (font-family) fonts online. Hope this helps. Good luck!
body { color:white; background-color:black; }
h1 { font-family: cursive; font-size: 28px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 28px; }
p { font-family: cursive; font-size: 18px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 18px; }
+ 2
background-image: url("https://openclipart.org/download/305955/1535839968.svg");
+ 2
It could be .whatever I just randomly selected that.
+ 1
Do you have any tips, how I could add a internet picture as an output background with .jpg/.jpeg and .png pictures?
+ 1
Capt. Marvel Alex Thanks guys! :)
0
Take a look at my code right now, and give me some feedback :)