mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 13:44:49 +00:00
a bunch of changes
lol
This commit is contained in:
parent
9412938b2d
commit
8d3b5b7bb5
1 changed files with 6 additions and 38 deletions
44
style.css
44
style.css
|
@ -19,7 +19,7 @@ ul {
|
|||
.divs {
|
||||
border: 2px solid #ef9f76;
|
||||
border-radius: 10px;
|
||||
padding: 5px;
|
||||
padding: 0;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: 2px;
|
||||
|
@ -31,14 +31,14 @@ h1 {
|
|||
h2 {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 2em;
|
||||
font-size: 2.5em;
|
||||
color: #c6d0f5;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.75em;
|
||||
color: #ef9f76;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -53,37 +53,18 @@ footer {
|
|||
color: #c6d0f5
|
||||
}
|
||||
p {
|
||||
font-size: 2em;
|
||||
font-size: 1.25em;
|
||||
margin: 10px;
|
||||
text-align: center;
|
||||
color: #c6d0f5
|
||||
}
|
||||
#h {
|
||||
font-size: 2.5em;
|
||||
text-align: center;
|
||||
list-style-type: none;
|
||||
color: #c6d0f5;
|
||||
font-weight: bold;
|
||||
}
|
||||
#e {
|
||||
font-size: 2em;
|
||||
li {
|
||||
font-size: 1.25em;
|
||||
text-align: center;
|
||||
list-style-type: none;
|
||||
color: #c6d0f5;
|
||||
margin-bottom: 1.5px;
|
||||
}
|
||||
.shit {
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
border: 1px solid #ef9f76;
|
||||
padding-right: 5px;
|
||||
text-decoration: none;
|
||||
color: #c6d0f5;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
.button {
|
||||
padding: 0.25rem 0.5rem;
|
||||
text-decoration: none;
|
||||
|
@ -118,15 +99,6 @@ a:not(.button):visited {
|
|||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.meow {
|
||||
height: 2px;
|
||||
width: 80%;
|
||||
background-color: #ef9f76;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.nya {
|
||||
height: 2px;
|
||||
width: 80%;
|
||||
|
@ -138,10 +110,6 @@ a:not(.button):visited {
|
|||
box-shadow: 0 0 5px 0px #949cbb;
|
||||
}
|
||||
@media screen and (max-width:750px) {
|
||||
#h {
|
||||
padding: 0px;
|
||||
margin-left: 0px
|
||||
}
|
||||
#e {
|
||||
padding: 0px;
|
||||
margin-left: 0px
|
||||
|
|
Loading…
Add table
Reference in a new issue