mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 16:24: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 {
|
.divs {
|
||||||
border: 2px solid #ef9f76;
|
border: 2px solid #ef9f76;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 5px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
@ -31,14 +31,14 @@ h1 {
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 2em;
|
font-size: 2.5em;
|
||||||
color: #c6d0f5;
|
color: #c6d0f5;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
font-size: 1.5em;
|
font-size: 1.75em;
|
||||||
color: #ef9f76;
|
color: #ef9f76;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -53,37 +53,18 @@ footer {
|
||||||
color: #c6d0f5
|
color: #c6d0f5
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 2em;
|
font-size: 1.25em;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #c6d0f5
|
color: #c6d0f5
|
||||||
}
|
}
|
||||||
#h {
|
li {
|
||||||
font-size: 2.5em;
|
font-size: 1.25em;
|
||||||
text-align: center;
|
|
||||||
list-style-type: none;
|
|
||||||
color: #c6d0f5;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
#e {
|
|
||||||
font-size: 2em;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
color: #c6d0f5;
|
color: #c6d0f5;
|
||||||
margin-bottom: 1.5px;
|
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 {
|
.button {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -118,15 +99,6 @@ a:not(.button):visited {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.meow {
|
|
||||||
height: 2px;
|
|
||||||
width: 80%;
|
|
||||||
background-color: #ef9f76;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.nya {
|
.nya {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -138,10 +110,6 @@ a:not(.button):visited {
|
||||||
box-shadow: 0 0 5px 0px #949cbb;
|
box-shadow: 0 0 5px 0px #949cbb;
|
||||||
}
|
}
|
||||||
@media screen and (max-width:750px) {
|
@media screen and (max-width:750px) {
|
||||||
#h {
|
|
||||||
padding: 0px;
|
|
||||||
margin-left: 0px
|
|
||||||
}
|
|
||||||
#e {
|
#e {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-left: 0px
|
margin-left: 0px
|
||||||
|
|
Loading…
Add table
Reference in a new issue