Updat to contact page
parent
98c07cb170
commit
7ace37bb3c
@ -1,39 +1,43 @@
|
|||||||
#main {
|
.main {
|
||||||
background-color: #17171b;
|
background-color: #212126;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 70vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
#main h1 {
|
.main h1 {
|
||||||
margin: 8rem 0 0 15rem;
|
text-align: center;
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
|
margin-top: 5%;
|
||||||
}
|
}
|
||||||
#main i {
|
.form {
|
||||||
position: absolute;
|
margin: auto;
|
||||||
top: 8rem;
|
width: auto;
|
||||||
font-size: 20rem;
|
|
||||||
right: 20rem;
|
|
||||||
}
|
}
|
||||||
#info {
|
.info {
|
||||||
background-color: #121215;
|
background-color: #18181b;
|
||||||
height: 30vh;
|
box-shadow: 0 -1px 6px 1px hsla(0, 0%, 0%, 0.8);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 70vh;
|
|
||||||
}
|
}
|
||||||
#info h2 {
|
.info h2 {
|
||||||
top: 4rem;
|
|
||||||
left: 10rem;
|
|
||||||
position: absolute;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-top: 4rem;
|
||||||
|
margin-left: 10%;
|
||||||
}
|
}
|
||||||
#info ul {
|
.info ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 10rem 0 0 10rem;
|
margin: 3.5rem 0 3rem 10%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: 'Open Sans'
|
font-family: 'Open Sans'
|
||||||
}
|
}
|
||||||
#info h4 {
|
.info h4 {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width:0px) and (max-width:1000px) {
|
||||||
|
.main h1 {
|
||||||
|
font-size: 4rem!important;
|
||||||
|
margin-top: 15%!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in new issue