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.
78 lines
1.3 KiB
78 lines
1.3 KiB
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.wrapper {
|
|
margin-right: 200px;
|
|
margin-left: 200px;
|
|
}
|
|
.header p {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.picture {
|
|
background-position: fixed;
|
|
height: 100vh;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-image: url(img/fd1.jpg);
|
|
}
|
|
|
|
.text {
|
|
background-color: lightgray;
|
|
height: 35vh;
|
|
padding: 5px;
|
|
text-align: justify;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.video {
|
|
width: 560px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
.text2 {
|
|
background-color: white;
|
|
height: 110vh;
|
|
text-align: justify;
|
|
padding: 10px;
|
|
}
|
|
|
|
.text3 {
|
|
margin-left: 500px;
|
|
margin-right: 500px;
|
|
padding-top: 20px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.text3 p:first-letter {
|
|
font-size: 35px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.paticka {
|
|
background-color: grey;
|
|
height: 16vh;
|
|
border:none;
|
|
|
|
}
|
|
|
|
.patickatext {
|
|
color: white;
|
|
padding-top: 70px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.patickatext a {
|
|
color: white;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|