Files
first-contributions/website/style.css
T
2025-08-25 13:37:01 +05:30

16 lines
201 B
CSS

body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
ul {
list-style-type: none;
}
li {
margin: 10px 0;
font-size: 18px;
color: #333;
}