Ayuda con un código de html y CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Ayuda con un código de html y CSS

Hola, estoy haciendo un código con html y css, y al darle el formato de CSS, no funciona. No funcionan ni los tipos de letra ni los colores de estas. Si alguien me puede ayudar se lo agradecería mucho https://sololearn.com/compiler-playground/W8MsIBaSOuez/?ref=app

14th Jan 2024, 11:36 PM
Pepe Grillo
Pepe Grillo - avatar
1 Answer
+ 1
body { background-color:#CAFFBE } h1 { color:#F00; } h1{ font-family:"Times New Roman"; } h2 { color:maroon; } h2{ font-family: "Times New Roman"; } Try this css
15th Jan 2024, 12:52 AM
Vaishnavi bonthu
Vaishnavi bonthu - avatar