Update index.php
This commit is contained in:
parent
5583d634a2
commit
aa2e0e26a7
@ -84,14 +84,10 @@ if($_GET['tgif'] == "true"){
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: -110px;
|
margin-bottom: -110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#child {
|
#child {
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
|
||||||
body {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.spacer {
|
.spacer {
|
||||||
background-color: #2f3136;
|
background-color: #2f3136;
|
||||||
@ -114,8 +110,7 @@ body {
|
|||||||
footer {
|
footer {
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
#gradient
|
#gradient {
|
||||||
{
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
@ -130,7 +125,6 @@ footer {
|
|||||||
.ewp {
|
.ewp {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button.hvr-bob {
|
a.button.hvr-bob {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0);
|
background-color: rgba(255, 255, 255, 0);
|
||||||
@ -160,11 +154,20 @@ a.abc {
|
|||||||
border-color: white;
|
border-color: white;
|
||||||
border-width: 10px;
|
border-width: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.darkbox {
|
.darkbox {
|
||||||
border-radius: .2em;
|
border-radius: .2em;
|
||||||
border: 1px solid rgba(204, 204, 204, 0.14);
|
border: 1px solid rgba(204, 204, 204, 0.14);
|
||||||
}
|
}
|
||||||
|
a.button {
|
||||||
|
background-color: #b6bab6;
|
||||||
|
}
|
||||||
|
label.burger.button {
|
||||||
|
background-color: #b6bab6;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
background-color: #b6bab6;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -259,7 +262,7 @@ else{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://twitter.com/ProjectZERO_nr?ref_src=twsrc%5Etfw" class="button">Twittter</a>
|
<a href="https://twitter.com/ProjectZERO_nr?ref_src=twsrc%5Etfw" class="button">Twitter</a>
|
||||||
<a href="https://www.instagram.com/projectzero_nr/" class="button">Instagram</a>
|
<a href="https://www.instagram.com/projectzero_nr/" class="button">Instagram</a>
|
||||||
<a href="/#office" class="button">Office Space</a>
|
<a href="/#office" class="button">Office Space</a>
|
||||||
<a href="#housing" class="button">Housing</a>
|
<a href="#housing" class="button">Housing</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user