
Welcome to Cobra
Experience
Massive manipulation plots including getting cobra comander as president
How We Take Over The World
Total annihilation of the joes
Global Rule
Hail Hydra!!
my css however does not work
body{
background-color: yellow;
}
header, nav, section, footer{
border: 1px solid black;
}
section, footer{
padding: 10px;
}
main{
background-color: red;
width:1400px;
margin: 0 auto;
}
figure{
display: inline-block;
width:200px;
}
h1{
display: inline-block;
vertical-align: top;
width: 800px;
text-align: center;
}
li{
display: inline-block;
margin-left: 125px;
}
li a{
font-size: 1.5em;
}
section{
overflow: auto;
}
article{
float: left;
}
aside{
float: right;
}