Initial V1
This commit is contained in:
33
V1/resources/css/components/contact-form.css
Normal file
33
V1/resources/css/components/contact-form.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.contact-form-container {
|
||||
color: #fff;
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.contact-form-container h1 {
|
||||
padding: 10vmin;
|
||||
font-family: "Mona-Sans";
|
||||
font-weight: 800;
|
||||
font-size: 75px;
|
||||
margin: auto;
|
||||
margin-bottom: 75px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.contact-form-sub {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.contact-form-image {
|
||||
flex: 1;
|
||||
background-size: cover;
|
||||
background-image: url('/resources/img/IMG_À_propos_1.png');
|
||||
}
|
||||
|
||||
.contact-form {
|
||||
padding: 10vmin;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user