mirror of
https://github.com/arthur-pbty/PyRoute.git
synced 2026-06-03 23:36:22 +02:00
27 lines
293 B
CSS
27 lines
293 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
background-color: #f2f2f2;
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
color: #333;
|
|
}
|
|
|
|
p {
|
|
font-size: 18px;
|
|
color: #666;
|
|
}
|
|
|
|
a {
|
|
color: #007bff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|