csssessa
Data utworzenia: 2025-04-28 09:58:19
.form-container {
display: flex;
width: 100%;
height: 40vh;
justify-content: space-around;
}
.form {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
margin: 40px;
width: 50%;
height: 100%;
text-align: center;
padding: 10px;
padding-bottom: 70px;
border-radius: 5px;
border: 1px solid #99e7fb;
position: relative;
}
.form-text {
margin: 10px 20 px;
}
.form-input {
width: 40%;
height: 40px;
margin: 10px;
padding: 20px;
}
.form-button {
margin: 40px;
width: 40%;
height: 40px;
background-color: #99e7fb;
font-weight: bold;
border: 1px solid #000000;
border-radius: 5px;
position: absolute;
top: 70%;
}
Powrót