forked from rebillar/site-accueil-insa
15 lines
No EOL
238 B
CSS
15 lines
No EOL
238 B
CSS
section {
|
|
display: block;
|
|
background-color: rgba(255,255,255,0.5);
|
|
width: 80%;
|
|
max-width: 800px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 50px;
|
|
font-size: 1.2rem;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
section ul li {
|
|
list-style: inside;
|
|
} |