26 lines
445 B
CSS
26 lines
445 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
color: #333;
|
|
background-color: rgb(225.2719665272, 239.9163179916, 249.7280334728);
|
|
}
|
|
|
|
h2 {
|
|
color: #3498db;
|
|
}
|
|
|
|
form input[type=text],
|
|
form input[type=file],
|
|
form input[type=submit] {
|
|
margin: 10px 0;
|
|
padding: 10px;
|
|
border: 1px solid rgb(33.1380753138, 125.1882845188, 186.8619246862);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
p {
|
|
margin: 5px 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map */
|