meilleur centrage
parent
884e1e97dc
commit
2982282bdc
10
style.css
10
style.css
|
@ -19,9 +19,9 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
width: 24%;
|
width: 23%;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
padding-bottom: 24%;
|
padding-bottom: 23%;
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(34, 34, 34, .8);
|
background-color: rgba(34, 34, 34, .8);
|
||||||
|
@ -31,6 +31,12 @@ li {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding-top: 40%;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* #accueil {
|
/* #accueil {
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
|
|
Loading…
Reference in New Issue