Bonjour, Bonsoir,
Je me suis lancé dans le codage et j'ai codé mon site web pour ma team. Ce site est codé en HTML 5 et CSS 3.
Voici ce qu'il est censé m'afficher:
Mais voici ce qu'il m'affiche à leur actuel:
http://www.noelshack.com/2015-52-1451172731-reel.png
Voici mon css:
Dans tous les cas merci de votre aide
Je me suis lancé dans le codage et j'ai codé mon site web pour ma team. Ce site est codé en HTML 5 et CSS 3.
Voici ce qu'il est censé m'afficher:
http://www.noelshack.com/2015-52-1451172645-normal.pngMais voici ce qu'il m'affiche à leur actuel:
http://www.noelshack.com/2015-52-1451172731-reel.png
Voici mon css:
/* La page */
body
{
background: url('image/fond.png');
}
/* Header */
header
{
border-radius: 5px;
background: url('image/head.png');
box-shadow: 0px 4px 4px #1c1a19;
}
#titre_principal
{
display: inline-block;
margin-bottom: -23px;
}
#logo
{
display: inline-block
}
/* Navigation */
nav
{
position: relative;
right: 100px;
top: 10px;
float: right;
}
nav ul
{
list-style-type: none;
}
nav li
{
display: inline-block;
margin-right: 15px;
}
nav a
{
font-size: 2em;
color: #181818;
padding-bottom: 3px;
text-decoration: none;
}
/* Bannière */
#banniere_image
{
margin-top: 15px;
height: 383px;
border-radius: 25px;
background: center url('image/paypal.png') no-repeat;
position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px;
background-color: white;
}
#banniere_description a
{
background: url('image/bouton.png') ;
font-size: 2em;
color: #181818;
padding-bottom: 3px;
text-decoration: none;
}
#bouton
{
right: 5px;
bottom: 5px;
text-align: center;
border-radius: 5px;
height: 100px;
padding-top: -5px;
text-decoration: none;
}
#banniere_description
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 25px 25px;
width: 99.8%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(24,24,24,0.8);
color: white;
font-size: 0.8em;
}
/* Texte */
section
{
text-align: center;
background: url('image/fond2.png');
border-radius: 15px;
list-style-type: none;
margin-left: 15px;
margin-right: 15px;
box-shadow: 0px 4px 4px #1c1a19;
}
/* Footer */
footer
{
width: 100%;
bottom: 0px;
}
#pied
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 25px 25px;
width: 99.8%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
color: white;
font-size: 0.8em;
text-decoration: none;
}
Dans tous les cas merci de votre aide