not super into any of this. gonna make big changes.
This commit is contained in:
parent
2e54a11b77
commit
5ba0a0234d
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Colors
|
* Colors
|
||||||
|
*
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
html, body, h1, h2, h3, h4, p, div, ul, li, a {
|
html, body, h1, h2, h3, h4, p, div, ul, li, a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -20,20 +20,25 @@ html, body, h1, h2, h3, h4, p, div, ul, li, a {
|
|||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media screen and (min-width:600px) {
|
@media screen and (min-width:600px) {
|
||||||
|
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: rgb(195, 181, 194);
|
||||||
}
|
}
|
||||||
.backdrop {
|
.backdrop {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: url(images/background/starrynightsky.jpeg), black;
|
/*3
|
||||||
background-size: 100%;
|
background: url(images/background/starrynightsky.jpg), black;
|
||||||
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: fixed;
|
background-position: fixed;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
color: #FFFFFF;
|
color: #000000;
|
||||||
margin-right: 25%;
|
margin-right: 25%;
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
@ -56,18 +61,17 @@ h1, h2 {
|
|||||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #FFFFFF;
|
color: #000000;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
border: 2px solid black;
|
||||||
|
|
||||||
#hand {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#hand img {
|
#hand img {
|
||||||
padding: 7px;
|
margin: 7px;
|
||||||
height: 225px;
|
height: 225px;
|
||||||
|
border: 10px solid rgb(255, 255, 255);
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.orientation {
|
.orientationDown {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user