site-accueil-insa/assets/css/page/info.css

42 lines
537 B
CSS
Raw Normal View History

2022-04-09 14:01:25 +02:00
main {
color: white;
2022-04-11 21:46:25 +02:00
font-size: 1.4rem;
2022-04-09 14:01:25 +02:00
}
section {
display: block;
width: 80%;
padding: 0;
2022-04-11 21:46:25 +02:00
margin: 20px auto auto;
2022-04-09 14:01:25 +02:00
align-items: center;
border: 5px solid white;
2022-06-13 16:13:52 +02:00
background: rgba(0,0,0,0.5);
2022-04-09 14:01:25 +02:00
}
2022-04-11 21:46:25 +02:00
section p {
padding: 0 12px;
}
2022-04-09 14:01:25 +02:00
section h1 {
width: 100%;
background-color: white;
color: black;
2022-04-11 21:46:25 +02:00
margin: 0;
padding: 10px 0 10px 0;
2022-04-09 14:01:25 +02:00
2022-06-13 16:13:52 +02:00
2022-04-11 12:05:43 +02:00
}
section .title_contact {
display: inline-block;
background-color: white;
color: black;
padding: 10px;
margin-top: 0;
font-size: 1.5rem;
2022-09-09 11:49:23 +02:00
}
.starterpack {
width: 100%;
height: 100%;
2022-04-09 14:01:25 +02:00
}