mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-02 21:27:09 +01:00
38 lines
582 B
CSS
38 lines
582 B
CSS
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
|
|
|
html, body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
overflow-y: hidden;
|
|
}
|
|
#content {
|
|
background-color: #C7FFD1;
|
|
padding: 5%;
|
|
margin-top: 1%;
|
|
border-radius: 10px;
|
|
position: center;
|
|
}
|
|
.img {
|
|
height: auto;
|
|
width: 60%;
|
|
margin: 4%;
|
|
text-align: center;
|
|
}
|
|
form {
|
|
margin-bottom: 20px;
|
|
margin-top: 5px;
|
|
background-color: #89F9A5;
|
|
text-align: center;
|
|
width: 70%;
|
|
}
|
|
.form-control {
|
|
width: 70%;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
#button1 {
|
|
border-radius: 50px;
|
|
}
|
|
|
|
|