mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 15:07:34 +02:00
16 lines
195 B
CSS
16 lines
195 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
background-color: #f2f2f2;
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1 {
|
|
color: #333;
|
|
}
|
|
|
|
p {
|
|
font-size: 18px;
|
|
color: #c40000;
|
|
} |