puppygirl.systems/css/test.css

15 lines
194 B
CSS
Raw Normal View History

2024-10-26 23:24:09 -07:00
body {
background-color: #ebdbb2;
color:#282828;
}
a {
text-decoration: none;
}
section {
display: flex;
width: 400px;
height: 500px;
background-color: lightgray;
}