Add paragraph and anchor rules, make all main elements centered left
This commit is contained in:
parent
bd20e6d9b6
commit
ba1603b912
|
@ -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>
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue