mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 09:09:58 -05:00
22 lines
324 B
CSS
22 lines
324 B
CSS
![]() |
header {
|
||
|
border-bottom: 1px solid black;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
header h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
header a {
|
||
|
text-align:right;
|
||
|
}
|
||
|
|
||
|
section {
|
||
|
border-radius: 1em;
|
||
|
padding: 1em;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
margin-right: -50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
}
|