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