mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-04-21 19:15:55 +02:00
22 lines
225 B
CSS
22 lines
225 B
CSS
|
|
body {
|
||
|
|
font-family: sans-serif;
|
||
|
|
margin: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
color: #555;
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: #007bff;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|