html-templater/style.css

9 lines
83 B
CSS
Raw Normal View History

2024-03-10 08:51:30 -05:00
body {
background-color: linen;
}
h1 {
color: maroon;
margin-left: 40px;
}