2020-12-04 03:05:23 +01:00
|
|
|
html{
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2020-12-04 01:14:51 +01:00
|
|
|
h1 {
|
2020-12-04 03:05:23 +01:00
|
|
|
font-size: 4em;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
2020-12-04 01:14:51 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 3%;
|
2020-12-04 03:05:23 +01:00
|
|
|
font-size:3em;
|
2020-12-04 01:14:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset{
|
2020-12-04 03:05:23 +01:00
|
|
|
text-align: justify;
|
2020-12-04 01:14:51 +01:00
|
|
|
margin: 0 auto;
|
2020-12-04 03:05:23 +01:00
|
|
|
border-radius: 10px;
|
|
|
|
border-width: 5px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: aqua;
|
|
|
|
width: 50%;
|
2020-12-04 01:14:51 +01:00
|
|
|
}
|
|
|
|
|
2020-12-04 03:05:23 +01:00
|
|
|
form{
|
2020-12-04 01:14:51 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-12-04 03:05:23 +01:00
|
|
|
|
|
|
|
input[type="text"]{
|
|
|
|
font-size: 15px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-12-04 01:14:51 +01:00
|
|
|
input[type="submit"]{
|
2020-12-04 03:05:23 +01:00
|
|
|
text-align:center;
|
2020-12-04 01:14:51 +01:00
|
|
|
font-size: 15px;
|
2020-12-04 03:05:23 +01:00
|
|
|
margin-top:10px;
|
2020-12-04 01:14:51 +01:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2020-12-04 03:05:23 +01:00
|
|
|
div{
|
|
|
|
margin: 10px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#div_submit{
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
form select input{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#localisation_fieldset input{
|
|
|
|
margin:10px;
|
|
|
|
}
|
2020-12-04 01:14:51 +01:00
|
|
|
|
2020-12-04 03:05:23 +01:00
|
|
|
#localisation_fieldset select{
|
|
|
|
margin:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#population_fieldset input{
|
|
|
|
margin:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#product_fieldset label{
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|