Bonjour
Je suis nouveau sur ce forum. J'ai lu quelques posts pour trouver une solution mais je n'y arrive pas. Je fais actuellement mon site internet, je ne suis pas un as, j'apprends peu à peu.
Voici mon problème, dans mon header, je remarque que rien n'est fixé, tout bouge si on s'amuse à zoomer et dézoomer sur son navigateur.
Du coup, l'image(le logo) s'agrandit , le texte bouge et les icones (facebook,twitter, etc...) ne restent pas fixe.
Merci d'avance,
Cordialement,
Modifié par wscript (10 Oct 2017 - 02:07)
Je suis nouveau sur ce forum. J'ai lu quelques posts pour trouver une solution mais je n'y arrive pas. Je fais actuellement mon site internet, je ne suis pas un as, j'apprends peu à peu.
Voici mon problème, dans mon header, je remarque que rien n'est fixé, tout bouge si on s'amuse à zoomer et dézoomer sur son navigateur.
Du coup, l'image(le logo) s'agrandit , le texte bouge et les icones (facebook,twitter, etc...) ne restent pas fixe.
social ul li {
display: inline-block;
padding: 5px 10px;
}
.social ul {
margin-top: -10%;
float: right;
}
.social a {
font-size: 18px;
padding-left:5px;
body{
margin: 0;
margin-top: 50px;
padding: 0;
font-family: 'Courier new', sans-serif;
background-color: #283E4A;
font-size: 13px
}
.container {
width: 85%;
}
a {
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
a:focus,
a:hover {
text-decoration: none;
outline: none
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Times new roman', 'sans-serif';
font-weight: 300;
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
width:100%;
}
ul li {
list-style: none;
}
h2 {
font-size: 36px
}
.header-top{
box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
background-color: #ffffff;
opacity: 1;
height: 80px;
}
.header-top img {
padding: 10px;
margin-left: 5px;
Width : 58px;
Height : 75px;
}
.header-top p{
margin-left: 10%;
margin-top: -5%;
text-transform: capitalize;
font-size: 2em;
color: #373737;
Merci d'avance,
Cordialement,
Modifié par wscript (10 Oct 2017 - 02:07)