For each task create separate classes in style.css and apply them to the correct tags.
📌 File structure: index.html + style.css
Recreate this block:
200px200px#3498dbRecreate these two blocks:
#e74c3c#2ecc71Recreate the nested blocks:
#f39c12#8e44adRecreate three nested blocks:
#1abc9c#e67e22#c0392bRecreate a block with two child blocks inside:
#2c3e50#f1c40f#e91e63Recreate blocks of different heights in a column:
#9b59b6#27ae60#e74c3cRecreate four levels of nesting:
#ecf0f1#bdc3c7#95a5a6#7f8c8dRecreate a block with two columns inside:
#34495e#e74c3c#f39c12#2ecc71Recreate a block with percentage width:
#16a085#d35400Create your own! Make at least 3 nested blocks with the classes .box-outer, .box-middle,
.box-inner.
#6c5ce7#00cec9#fd79a8
📌 Important:
Each class is written separately in style.css.
Use HTML and CSS only.
Practice the properties:
width,
height,
background.