diff --git a/estilos.css b/estilos.css index 903db09..1b56f12 100644 --- a/estilos.css +++ b/estilos.css @@ -2,7 +2,7 @@ html,body{ margin: 0; - + background:#e6e6e6; } *{ @@ -13,10 +13,15 @@ html,body{ header{ background: #EAD945; padding: 24px 40px; + top: 0; + right: 0; + left: 0; + position: fixed; } main{ margin: 24px 40px; + padding-top:160px; } main table{ @@ -27,11 +32,50 @@ main table{ } +main form{ + margin-top:50px; + +} -form label{ +.form__label{ font-size:18px; } - + +label:last-child{ + font-weight:600; + color:red; +} + +.form__input{ + width: 275px; + height: 30px; + background: whitesmoke; + border-radius: 4px; + border:none; + +} + +input["checkbox"]{ + width: 16px; + height: 16px; + +} + +button{ + background: white; + font-size: 19px; + margin-top: 45px; + border: none; + width: 100%; + height: 40px; +} + +div.form__infor{ + margin-top: 10px; + padding-top: 10px; + background:"pink"; +} + footer{ margin-top: 20%; padding:10% 10%; diff --git a/index.html b/index.html index d9b8268..86c9774 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-