mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
Updated with dark theme, pfp, cleaner UI
This commit is contained in:
parent
7b2dfac39f
commit
379b902db7
4 changed files with 52 additions and 19 deletions
|
|
@ -1,6 +1,11 @@
|
|||
html {
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
color: white;
|
||||
background-color: #1B262C;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -15,11 +20,18 @@ h1 {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
h2 {
|
||||
font-size: 95%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 95%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-align: center;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
|
|
@ -27,7 +39,7 @@ li {
|
|||
font-size: 25px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-right: 5px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
a, a:active {
|
||||
|
|
@ -39,7 +51,23 @@ a:hover {
|
|||
color: gray;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 50%;
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.tipjar {
|
||||
width: 15em;
|
||||
height: 15em;
|
||||
}
|
||||
}
|
||||
|
||||
.gpg {
|
||||
border: none;
|
||||
width: 81%;
|
||||
background-color: #222831;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue