<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FORMULIER.CSS vraag EetLOL */

/* BEGIN content container formulier*/
#ContentContainerFormulier{
max-width:90%;
text-align:center;
background:linear-gradient(to top, rgba(204,204,204,1), rgba(204,204,204,0));
border-radius:15px;
margin:0 auto;
padding: 0 5px 0 5px
}

/* FORMULIER */
form{
max-width:100%;
font-size:1.0em;
padding:0 5px 0 22px;
text-align:left;
}

/* INPUT */
input{font-size:1.2em;color:green}

/* INPUT NAAM*/
input[type=text]{
width:97%;
margin-top:3px;
margin-bottom:10px;
size:36px;
padding-left:3px;
border-radius:8px;
outline:none

}

/* INPUT MAILl */
input[type=email]{
width:97%;
margin-top:3px;
margin-bottom:10px;
size:36px;
padding-left:3px;
border-radius:8px;
outline:none

}

/* BUTTON VERZEND */
input[type=submit]{
width:50%;
margin-top:3px;
margin-bottom:10px;
background-color:green;
color:#fff;
border:none;
height:40px;
border-radius:8px
}

/* TEKST */
textarea{
width:97%;
font-size:1.2em;
color:green;
margin-top:3px;
size:36px;
padding-left:3px;
border-radius:8px;
outline:none;
resize:none;


}

/* ERROR */
.form-error{color:red}

/* BUTTON */
#centerbutton{text-align:center}

</pre></body></html>