mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-03-06 11:17:02 +01: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;
|
|
} |