Update style.css
This commit is contained in:
parent
68cf15aca6
commit
dbccfebb5a
57
style.css
57
style.css
|
@ -13,7 +13,7 @@ body {
|
|||
|
||||
.container{
|
||||
width: 360px;
|
||||
height: 500px;
|
||||
height: 650px;
|
||||
margin: 8% auto;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
|
@ -137,7 +137,56 @@ form button{
|
|||
position:relative ;
|
||||
|
||||
}
|
||||
.checkbox-group input{
|
||||
|
||||
margin-right: 5px;
|
||||
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.checkbox-group label {
|
||||
display: inline-block;
|
||||
margin-right: 15px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Error messages */
|
||||
.error-message {
|
||||
color: red;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
.review-section {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
padding: 20px;
|
||||
border-radius: 8px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.review-section h4 {
|
||||
color: #333;
|
||||
font-size: 1.2em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.detail-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.detail-group p {
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.detail-group p strong {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue