Update 'style.css'
This commit is contained in:
parent
907a3a92bb
commit
a67ee5125f
24
style.css
24
style.css
@ -1,10 +1,14 @@
|
|||||||
.feeter {
|
.feeter {
|
||||||
border-top-style: double;
|
border-top-style: double;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 0.5;
|
line-height: 0.5;
|
||||||
}
|
}
|
||||||
|
body {background-color: burlywood;}
|
||||||
|
h1 {
|
||||||
|
text-decoration-color: blue;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user