Css doesnt work please help

Page About Cobra GIJOE American Hero

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;
}

we don’t know what’s your problem?

we need more information about your problem

  • what’s the instruction
  • what’s the error message you are getting
  • link of the lesson

Have a look at this topic :slight_smile:

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.