|
|
|
h1 { |
|
text-align: center; |
|
font-size: 24px; |
|
margin-bottom: 20px; |
|
} |
|
|
|
|
|
form { |
|
width: 60%; |
|
margin: 0 auto; |
|
padding: 20px; |
|
border: 1px solid #ccc; |
|
border-radius: 5px; |
|
background-color: #f9f9f9; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
margin-top: 20px; |
|
} |
|
|
|
|
|
th { |
|
background-color: #333; |
|
color: white; |
|
text-align: left; |
|
} |
|
|
|
|
|
tr:nth-child(even) { |
|
background-color: #f2f2f2; |
|
} |
|
|
|
|
|
td { |
|
padding: 8px; |
|
border: 1px solid #ddd; |
|
} |
|
|
|
|
|
button[type="submit"] { |
|
display: block; |
|
margin: 20px 0; |
|
padding: 10px 20px; |
|
background-color: #333; |
|
color: white; |
|
border: none; |
|
border-radius: 5px; |
|
cursor: pointer; |
|
} |
|
|
|
|
|
select { |
|
width: 100%; |
|
padding: 8px; |
|
border: 1px solid #ccc; |
|
border-radius: 5px; |
|
} |