This commit is contained in:
vista-man
2025-01-25 21:25:36 +01:00
parent a56c55ad8e
commit 8010876630
3 changed files with 76 additions and 0 deletions

22
style.css Normal file
View File

@@ -0,0 +1,22 @@
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;
}