css: added changes to fix rendering bugs
same with the rest of the files
This commit is contained in:
parent
f8d1f8c2aa
commit
6f179bd22b
12
css/main.css
12
css/main.css
|
@ -1,4 +1,5 @@
|
|||
html {
|
||||
font-family: monospace;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
background-color: #131316;
|
||||
|
@ -6,6 +7,10 @@ html {
|
|||
b {
|
||||
color: #ffffff;
|
||||
}
|
||||
middle {
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
body {
|
||||
background-color: #1f2024;
|
||||
box-shadow: 0px 0px 15px #000000;
|
||||
|
@ -23,6 +28,7 @@ hr {
|
|||
|
||||
}
|
||||
.logo {
|
||||
font-family: monospace;
|
||||
font-size: 35pt;
|
||||
text-align: center;
|
||||
display: block;
|
||||
|
@ -30,8 +36,8 @@ hr {
|
|||
}
|
||||
.links {
|
||||
font-size: 10pt;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
.code {
|
||||
text-align: center;
|
||||
|
@ -43,6 +49,10 @@ a {
|
|||
text-decoration: none;
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
a:hover {
|
||||
color: #89cff0;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta content="damaj.tech" property="og:title" />
|
||||
<meta content="My Personnal Website!" property="og:description" />
|
||||
<meta content="https://damaj.tech" property="og:url" />
|
||||
<meta content="https://damaj.tech" property="og:url" />
|
||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
<meta name="msvalidate.01" content="603549558ED490A6863931BDED94963B" />
|
||||
<meta http-equiv='content-language' content='en-LB'>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<hr>
|
||||
<p>site written and icons and hosted by <a href="https://free-werewolf.top/">Emily</a>, Modified by me on vim and VSCode. Massive thanks to her, she is awesome!</p>
|
||||
<div class="code">This site is <a href="https://github.com/Damaj301damaj-lol/damaj.gq">open source!</a></div>
|
||||
<middle><p>site written and icons provided and hosted by <a href="https://free-werewolf.top/">Emily</a>, Modified by me on vim and VSCode. Massive thanks to her, she is awesome!</p>
|
||||
<div class="code">This site is <a href="https://github.com/Damaj301damaj-lol/damaj.tech">open source!</a></div></middle>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="logo">damaj.tech</div>
|
||||
<hr>
|
||||
<div class="links"> <a href=/index.php>[<img src=/img/home.png></img> Home]</a> <a href=/site/contact>[<img src=/img/mail.png></img> Contact Me]</a> <a href=/site/others>[<img src=/img/map.png></img> Other Sites]</a></div>
|
||||
<div class="links"> <a href=/index.php>[<img src=/img/home.png alt="Home Icon"></img> Home]</a> <a href=/site/contact>[<img src=/img/mail.png alt="Mail Icon"></img> Contact Me]</a> <a href=/site/others>[<img src=/img/map.png alt="Map Icon"></img> Other Sites]</a></div>
|
||||
<hr>
|
||||
|
|
Reference in New Issue