Files
RTA-test/style.css
vista-man 8010876630 que
2025-01-25 21:25:36 +01:00

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;
}