Compare commits
No commits in common. "2d8a782100eeb510319773dfccd82d6b9a61415a" and "a38124e317c6ba2d614afe200d3560f95c3c3ffb" have entirely different histories.
2d8a782100
...
a38124e317
2 changed files with 4 additions and 8 deletions
10
css/text.css
10
css/text.css
|
|
@ -5,15 +5,11 @@
|
|||
list-style: none;
|
||||
line-height: 1.55;
|
||||
font-size: x-large;
|
||||
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);
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
background-color:bisque
|
||||
|
||||
}
|
||||
|
||||
nav a { color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer>
|
||||
<footer class="B">
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue