Salut tout le monde,
Bon j'essayais de coder mon nouveau site, j'ai eu qulques lessons en CSS mais j'ai du mal quant a la pratique, voici le site :
http://parapyramide.com/test/site.html
et voici la partie CSS:
Bon j'essayais de coder mon nouveau site, j'ai eu qulques lessons en CSS mais j'ai du mal quant a la pratique, voici le site :
http://parapyramide.com/test/site.html
et voici la partie CSS:
nav {
height:46px;
width:100%;
background-color:red;
margin:0;
}
#nav_container { /* inside the nav */
height:46px;
width:1000px;
background-color:red;
margin:0 auto;
}
#logo {
height:46px;
width:160px;
margin:0;
padding:0;
border-right:1px solid black;
display:inline-block;
}
#search {
height:46px;
width:48px;
margin:0;
padding:0;
border-right:1px solid black;
display:inline-block;
}
#menu {
height:46px;
width:48px;
margin:0;
padding:0;
border-right:1px solid black;
display:inline-block;
}
/* then the categories links are made in a list */
nav ul {
list-style-type: none;
}
nav li
{
display: inline-block;
}
nav a {
text-decoration:none;
color:red;
}
#cat {
height:35px;
width:50px;
margin-right:5px;
padding:auto;
color: red;
font: gautami bold;
font-size:10px;
border:1px solid black;
background: white;
}
#gif {
height:33px;
width:73px;
margin-left:2px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
border:2px solid white;
padding:3px;
color: red;
font: gautami bold;
font-size:10px;
border:1px solid black;
background: blue;
}
/* And then comes the body */
#page {
width:1000px;
margin: 150px auto;
border:1px solid black;
}
section {
width:1000px;
border:1px solid black;
}
article {
width:940px;
text-align:center;
margin:50px auto;
border:1px solid black;
}
article h1 {
font-size:20px;
text-align:left;
padding:10px;
}
article p {
font-size : 12px;
}
#publication-side {
width:284px;
height:330px;
display: inline-block;
border:1px solid black;
}
#publication-center {
width:284px;
height:330px;
display: inline-block;
border:1px solid black;
margin: 0 32px 0 32px;
}
#pic_publication{
width:284px;
height:196px;
}
#desc_pic_publication {
height:30px;
width:260px;
background-color:red;
margin:159px auto 7px auto;
}
#text_publication {
width:284px;
height:94px;
text-align:center;
margin-top:40px;
}