wr
This commit is contained in:
parent
c87824278f
commit
f5fa1ef027
1 changed files with 7 additions and 3 deletions
10
css/text.css
10
css/text.css
|
@ -5,11 +5,15 @@
|
|||
list-style: none;
|
||||
line-height: 1.55;
|
||||
font-size: x-large;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
background-color:bisque
|
||||
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
background-color:rgb(245, 228, 208);
|
||||
}
|
||||
|
||||
nav a { color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue