Skip to content

Commit

Permalink
revert red or blue
Browse files Browse the repository at this point in the history
  • Loading branch information
Louciole committed Aug 1, 2024
1 parent 79f93a9 commit 13aaf5c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/apps/hideo-browser/res/samples/red-or-blue.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<style>
#square {
background-color: red;
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
padding-right: 50px;
Expand All @@ -36,16 +36,6 @@
border-left-width: 5px;
border-left-color: violet;
background-color: antiquewhite;
border-top-left-radius: 12px 6px;
border-bottom-right-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
}

@media (min-width: 600px) {
#square {
background-color: white;
}
}
</style>

Expand Down

0 comments on commit 13aaf5c

Please sign in to comment.