0byt3m1n1
Path:
C:
/
wamp64
/
www
/
id
/
[
Home
]
File: preview.css
body{ background: url("Front-page.jpg") no-repeat center fixed; background-size:cover ; } .page-header { margin-top: 5%; } .page-header h2 { font-size: 30px; color:black; font-style: normal; } .page-header h3 { font-size: 20px; color:grey; font-style: italic; } .form-class { background-color: #36A0FF; box-shadow: 0 0 10px 0 rgba(0, 0 , 0, 0.8); background: #fff; padding: 20px; margin: 8% auto 0; text-align: center; margin-left: 10%; margin-bottom: 20%; } img { width: 120px; height: 150px; margin-left: 45%; margin-bottom: 5%; margin-top: 5%; } .form-class .input { text-align: right; } .form-group .col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; text-align: right; max-width: 20%; } .form-group button { display: inline-block; width: 10%; padding: 10px; box-sizing: border-box; margin-bottom: 20px ; border: 3px solid #06a; border-radius: 25px; outline: none; font-size: 20px; text-transform: uppercase; background-color:#339b9e ; color: linen; } .form-group .col-sm-4:hover { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } textarea { background-color: cadetblue; border: none; resize: none; } .sbtn:hover { background-color: #ff0057;; }