Files
IWD2-01/INFO-1252 (Front End Dev)/Labs/Lab-1/style.css
2025-10-15 22:07:41 -04:00

22 lines
270 B
CSS

body {
text-align: center;
background: #333;
color: white;
}
ul, ol {
margin: 0;
padding: 0;
display: inline-block;
text-align: left;
}
ul li {
list-style: none;
}
a {
color: deepskyblue;
text-align: center;
margin: auto;
}