Help me fix my code (HTML/HTML 5, CSS) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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.

1st Sep 2018, 9:46 PM
Domgedas1994
Domgedas1994 - avatar
6 Respostas
+ 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; }
1st Sep 2018, 10:11 PM
Alex
Alex - avatar
1st Sep 2018, 10:34 PM
Alex
Alex - avatar
+ 2
It could be .whatever I just randomly selected that.
1st Sep 2018, 10:37 PM
Alex
Alex - avatar
+ 1
Do you have any tips, how I could add a internet picture as an output background with .jpg/.jpeg and .png pictures?
1st Sep 2018, 10:11 PM
Domgedas1994
Domgedas1994 - avatar
+ 1
Capt. Marvel Alex Thanks guys! :)
1st Sep 2018, 11:52 PM
Domgedas1994
Domgedas1994 - avatar
0
Take a look at my code right now, and give me some feedback :)
2nd Sep 2018, 12:08 AM
Domgedas1994
Domgedas1994 - avatar