Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik authored Aug 9, 2024
1 parent d79cc10 commit 2bf85f2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,38 @@ display:none;
button[onclick*="()"] {
cursor:pointer;
}
label {
display: block;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
padding: 0.4em;
margin: 0 0 0.5em 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
}
input:disabled {
color: #ccc;
}
input[type="range"] {
height: 0;
}
button {
color: #333;
background-color: #f4f4f4;
outline: none;
}
button:disabled {
color: #999;
}
button:not(:disabled):active {
background-color: #ddd;
}
button:focus {
border-color: #666;
}
@media (max-width: 700px) {
article {
margin: 0 auto;
Expand Down

0 comments on commit 2bf85f2

Please sign in to comment.