Comment out CSS, Other changes.
This commit is contained in:
parent
49fcacca81
commit
c471d02f1a
1 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
||||||
/* Import Fonts */
|
/* Import Fonts */
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: linear-gradient(#072CFF, #00137F );
|
background: linear-gradient(#072CFF, #0e26ae );
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -16,11 +16,13 @@ h1.header {
|
||||||
color: white;
|
color: white;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
/* Header / Menubar */
|
||||||
|
|
||||||
p.intro {
|
p.intro {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 2.5vw;
|
font-size: 3vw;
|
||||||
text-align: center;
|
padding-top: 12.5%;
|
||||||
}
|
}
|
||||||
p.info {
|
p.info {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
@ -29,16 +31,13 @@ p.info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.main {
|
div.main {
|
||||||
top: 10%;
|
width: 75%;
|
||||||
right: 25%;
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 30px;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: url("/img/bg.jpg");
|
background-image: url("/img/bg.jpg");
|
||||||
}
|
}
|
||||||
|
/* Main content as well as website background */
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -56,9 +55,6 @@ input:active {
|
||||||
box-shadow: inset 0em 0em
|
box-shadow: inset 0em 0em
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -120,7 +116,11 @@ img.webbutton{
|
||||||
float: left;
|
float: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
/* Button */
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
|
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
|
||||||
@media only screen and (max-width: 980px) {
|
@media only screen and (max-width: 980px) {
|
||||||
p.intro {
|
p.intro {
|
||||||
|
@ -145,7 +145,7 @@ img.webbutton{
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 4.5vw;
|
font-size: 4.5vw;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
img.webbutton {
|
img.webbutton {
|
||||||
width: 176px;
|
width: 176px;
|
||||||
|
|
Loading…
Reference in a new issue