For each task create a separate class in style.css and apply it to the correct HTML tag.
📌 File structure: index.html + style.css
Recreate the style of this text:
Hello World
red20pxRecreate the style of this text:
#2bcd84700Recreate the style of this text:
I love coding
"Courier New", Courier, monospace24px#f0a830Recreate the style of this text:
Frontend Developer
blue34px300Recreate the style of this text:
#5bc4f5Georgia, serif20pxRecreate the style of this text:
JavaScript
white18px600Recreate the style of this text:
Rockstar Games
#ff6b6b50px"Courier New", Courier, monospace900Recreate the style of this text:
Small and light
#88815px100Recreate the style of this text:
#b89ef8Impact, fantasy36px400Create your own! Create a class .my-style and apply it to any tag.
Text
📌 Important:
Each class is written separately in style.css.
Use HTML and CSS only.
JavaScript is not needed.
Practice the properties:
color,
font-size,
font-weight,
font-family.