mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
12 lines
100 B
CSS
12 lines
100 B
CSS
body {
|
|
background-color: floralwhite;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
color: blue;
|
|
}
|
|
|
|
.ne {
|
|
display: flex;
|
|
} |