deee
Data utworzenia: 2025-05-05 09:36:17
* {
font-family: Cambria;
}
header {
background-color: #C2185B;
color: white;
text-align: center;
padding: 15px;
}
main {
background-image: url("tulipany.jpg");
background-size: cover;
height: 500px;
display: flex;
justify-content: center;
align-items: flex-start;
}
footer{
color: white;
background-color: #C2185B;
}
form {
background-color: #FCE4EC;
width: 25%;
height: 300px;
margin: 25px;
padding: 16px;
display: block;
}
footer section {
background-color: #C2185B;
color: white;
width: 25%;
height: 240px;
padding: 15px;
box-sizing: border-box;
}
input{
width: 80%;
height: 30px;
margin: 10px 0;
}
.btn {
background-color: #C2185B;
color: white;
margin-top: 50px;
margin-left: 60%;
padding: 20px;
border: none;
}
p {
padding-top: 20px;
}
p a {
color: white;
}
video {
width: 100%;
height: 100%;
}
Powrót