PROJET-WEB_STRI1A/WEB/Recherche.css

28 lines
568 B
CSS
Raw Normal View History

2019-05-01 18:29:19 +02:00
.centrage{
text-align : center;
font-size: 20px;
2019-05-22 14:26:53 +02:00
}
2019-05-01 18:29:19 +02:00
.global {
2019-05-22 14:26:53 +02:00
position: absolute; /* postulat de départ */
2019-05-01 18:29:19 +02:00
top: 45%; left: 50%; /* à 50%/50% du parent référent */
transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
text-align : center;
2019-05-22 14:26:53 +02:00
}
2019-05-01 18:29:19 +02:00
.fort {
2019-05-22 14:26:53 +02:00
font-weight: bold;
2019-05-01 18:29:19 +02:00
text-align : center;
text-decoration: underline;
font-size : 30px;
2019-05-22 14:26:53 +02:00
}
2019-05-01 18:29:19 +02:00
.bord{
2019-05-22 14:26:53 +02:00
border-radius: 20px;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid black;
border-bottom: 2px solid black;
padding : 20px 80px 60px 80px;
}