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.
32 lines
502 B
32 lines
502 B
body {
|
|
margin-right: 200px;
|
|
margin-left: 200px;
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.picture {
|
|
background-position: fixed;
|
|
height: 100vh;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-image: url(img/fd1.jpg);
|
|
}
|
|
|
|
.text {
|
|
background-color: gray;
|
|
height: 100vh;
|
|
padding: 10px;
|
|
}
|
|
|
|
.video {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
display: flex;
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
|