Activity Exercise 1
body{margin:0%;} nav{display:inline-block; height:80px; width:100%; border:1px solid blue;} .box1{background:red; height:250px; width:15%; margin-top:18px; margin-right:3%; float:left;} .box2{background:orange; height:250px; width:15%; margin-top:18px; margin-right:3%; float:left;} .box3{background:yellow; height:250px; width:15%; margin-top:18px; margin-right:3%; float:left;} .box4{background:green; height:250px; width:15%; margin-top:18px; margin-right:3%; float:left;} .box5{background:blue; height:250px; width:28%; margin-top:18px; margin-right:none; float:left;} .box6{background-image:linear-gradient(blue,red); width:25%; height:120px; margin-right:4%; margin-top:18px; float:left;} .box7{ background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); width:30%; height:120px; margin-right:4%; margin-top:18px; float:left;} .box8{background-image:linear-gradient(blue,red); width:37%; height:120px; margin-top:18px; float:left;} footer{display:inline-block; margin-top:18px; width:100%; background:blue; height:80px;}