forked from YandolsZX/IcarusImeji
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
363 B
20 lines
363 B
body {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
h1 {
|
|
color: navy;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
input[type=button], input[type=submit], input[type=reset] {
|
|
background-color: #4CAF50;
|
|
border: none;
|
|
color: white;
|
|
padding: 16px 32px;
|
|
text-decoration: none;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Tip: use width: 100% for full-width buttons */ |