Compare commits
3 commits
a38124e317
...
2d8a782100
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d8a782100 | |||
| f5fa1ef027 | |||
| c87824278f |
2 changed files with 8 additions and 4 deletions
10
css/text.css
10
css/text.css
|
|
@ -5,11 +5,15 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
line-height: 1.55;
|
line-height: 1.55;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
background-color:bisque
|
background-color:rgb(245, 228, 208);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav a { color: rgb(243, 198, 142);
|
||||||
|
text-decoration: none;}
|
||||||
|
|
||||||
|
a {}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<hr>
|
<hr>
|
||||||
<footer class="B">
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue