Add paragraph and anchor rules, make all main elements centered left

This commit is contained in:
Sophie Marie 2023-06-07 15:16:55 -05:00
parent bd20e6d9b6
commit ba1603b912
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
2 changed files with 12 additions and 3 deletions

View File

@ -33,6 +33,6 @@
<input type="button" onclick="location.href='/projects/index.html';" value="Projects">
</div>
</div>
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in ms paint">
<img loading="lazy" class="home" src="/img/FlutterUndulate.png" alt="fluttershy undulate in a ms paint window">
</div>
</body>

View File

@ -29,6 +29,16 @@ li {
font-size: 15pt;
list-style-type: square;
}
p {
font-family: 'Share Tech Mono', monospace;
color: white;
}
a {
font-family: 'Share Tech Mono', monospace;
color: white;
}
/* Text based stuffs */
body {
@ -41,9 +51,8 @@ body {
}
div.main {
height: 100%;
align-items: center;
margin: auto;
margin: 30vh auto auto 10vw;
}
img.home {