0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
Desktop
/
CWRDM Backup
/
WaterCat
/
[
Home
]
File: styles.css
*{box-sizing: border-box; } input[type=text], input[type=email], input[type=number], input[type=select], input[type=date],input[type=select],input[type=password], input[type=tel] { width: 45%; padding: 12px; border: 1px solid rgb(168, 166, 166); border-radius: 4px; resize: vertical; } textarea{ width:45%; padding: 12px; border: 1px solid rgb(168, 166, 166); border-radius: 4px; resize: vertical; } input[type=radio],input[type=checkbox]{ width: 1%; padding-left: 0%; border: 1px solid rgb(168, 166, 166); border-radius: 4px; resize: vertical; } h1{ font-family: Arial; font-size: 30px; font-style: normal; font-weight: bold; color: rgba(7, 7, 7, 0.603); text-align: center; text-decoration: underline; } label{ padding: 12px 12px 12px 0; display: inline-block; font-size: 20px; min-width: 110px; margin-left: 10px; margin-top:10px; } form{ margin-left: 25%; margin-right:15%; width: 70%; text-align: left; } input[type=submit] { background-color: #4CAF50; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; float:left; } input[type=submit]:hover { background-color: #32a336; } body{ background-color: hsla(196, 60%, 90%, 0.952); align-items: center; justify-content: center; } .container{ border-radius: 5px; background-color:#f2f2f2; padding: 20px; } .col-10{ float: left; width:10%; margin-top: 6px; } .col-90{ float: left; width: 90%; margin-top: 6px; } .row:after{ content: ""; display: table; clear: both; } @media screen and (max-width: 600px) { .col-10,.col-90,input[type=submit]{ width: 100%; margin-top: 0; } }