You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
328 B
23 lines
328 B
@media screen and (min-width:0px) and (max-width:960px) {
|
|
}
|
|
* {
|
|
font-family: 'Open Sans';
|
|
}
|
|
div {
|
|
background-color: #27282e;
|
|
height: 100%;
|
|
padding: 10rem;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
p {
|
|
margin-top: 1rem!important;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
}
|
|
h1 {
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|