24 lines
1.3 KiB
CSS
24 lines
1.3 KiB
CSS
.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;
|
|
}
|
|
h3 {
|
|
text-decoration: dotted;
|
|
}
|
|
|
|
|
|
.blink {
|
|
text-align: center;
|
|
color: maroon;
|
|
}
|
|
//note: this is a csss file. it stands for cascading suburb style sheets.// |