Skip to content

Commit

Permalink
7th commit
Browse files Browse the repository at this point in the history
  • Loading branch information
echizenyayota committed Feb 29, 2020
1 parent 8836594 commit 4b82ee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 20200204/css/style.css
Expand Up @@ -22,6 +22,10 @@
user-select: none;
}

#box1:active {
background: orange;
}

#box3 {
background: pink;
width: 100px;
Expand Down
2 changes: 1 addition & 1 deletion 20200204/index.html
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<div id="container">
<div id="box1">Hello</div>
<div id="box1" tabindex="0">Hello</div>
<div id="box2">1</div>
<div id="box3">Dice!</div>
</div>
Expand Down

0 comments on commit 4b82ee3

Please sign in to comment.