forked from rebillar/site-accueil-insa
34 lines
No EOL
455 B
CSS
34 lines
No EOL
455 B
CSS
main {
|
|
color: rgb(0, 0, 0);
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
|
|
div p {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
div h1 {
|
|
width: 100%;
|
|
background-color: rgba(45, 100, 145, 0.497);
|
|
color: black;
|
|
margin: 0;
|
|
padding: 10px 0 10px 0;
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
div .title_contact {
|
|
display: inline-block;
|
|
background-color: rgba(45, 100, 145, 0.497);
|
|
color: black;
|
|
padding: 10px;
|
|
margin-top: 0;
|
|
font-size: 1.5rem;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.starterpack {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |