y4f/wwwroot/css/Site.css

38 lines
582 B
CSS
Raw Normal View History

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
2023-02-27 17:24:25 +01:00
2023-02-20 19:16:41 +01:00
html, body {
margin: 0px;
padding: 0px;
2023-06-05 19:26:23 +02:00
overflow-y: hidden;
2023-02-20 19:16:41 +01:00
}
2023-02-27 17:24:25 +01:00
#content {
background-color: #C7FFD1;
2023-02-20 19:16:41 +01:00
padding: 5%;
margin-top: 1%;
border-radius: 10px;
position: center;
2023-02-20 19:16:41 +01:00
}
2023-02-20 19:16:41 +01:00
.img {
2023-02-27 17:24:25 +01:00
height: auto;
2023-06-05 19:26:23 +02:00
width: 60%;
margin: 4%;
text-align: center;
2023-02-20 19:16:41 +01:00
}
form {
2023-06-05 19:26:23 +02:00
margin-bottom: 20px;
margin-top: 5px;
background-color: #89F9A5;
2023-06-05 19:26:23 +02:00
text-align: center;
width: 70%;
}
.form-control {
width: 70%;
border-radius: 50px;
2023-06-05 19:26:23 +02:00
}
2023-06-05 19:26:23 +02:00
#button1 {
border-radius: 50px;
}
2023-06-05 19:26:23 +02:00