Update 'style.css'

This commit is contained in:
Daquavid 2023-12-15 12:15:58 -07:00
parent 907a3a92bb
commit a67ee5125f

View File

@ -1,10 +1,14 @@
.feeter {
border-top-style: double;
height: auto;
width: 100%;
bottom: 0;
left: 0;
position: fixed;
text-align: center;
line-height: 0.5;
}
.feeter {
border-top-style: double;
height: auto;
width: 100%;
bottom: 0;
left: 0;
position: fixed;
text-align: center;
line-height: 0.5;
}
body {background-color: burlywood;}
h1 {
text-decoration-color: blue;
}