mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
Edits
This commit is contained in:
parent
30318d21f7
commit
3a1c7b0d93
2 changed files with 82 additions and 50 deletions
|
|
@ -1,11 +1,12 @@
|
|||
html {
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
color: white;
|
||||
background-color: #1B262C;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
color: white;
|
||||
background-color: #1B262C;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -17,63 +18,68 @@ body {
|
|||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 95%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
font-size: 95%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
padding-right: 3rem;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-right: 15px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 25px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.nostrich {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
|
||||
#custom-substack-embed {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.shill {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a, a:active {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: gray;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 50%;
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.tipjar {
|
||||
width: 15em;
|
||||
height: 15em;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 50%;
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.gpg {
|
||||
display: inline-block;
|
||||
background-color: #222831;
|
||||
border-radius: 15px;
|
||||
max-width: 100%;
|
||||
word-wrap: break-word;
|
||||
display: inline-block;
|
||||
background-color: #222831;
|
||||
border-radius: 15px;
|
||||
max-width: 100%;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.download {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue