Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy committed Sep 28, 2024
1 parent 67e2fc4 commit 7af584a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-selectors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1027,10 +1027,10 @@ <h2 class="shout"><code>:focus-visible</code></h2>
<style>
@scope {
button {
font-size: 2em;
font-size: 1.5em;
padding: 0.5em;
background: lightblue;
border-radius: 2em;
border-radius: 1.5em;
}

button:focus {
Expand All @@ -1043,7 +1043,7 @@ <h2 class="shout"><code>:focus-visible</code></h2>
}
}
</style>
<button>Нажми меня</button>
<button>Нажми на меня</button>
</textarea>
<div class="demo-result"></div>
</div>
Expand Down Expand Up @@ -2239,4 +2239,4 @@ <h2>Выбирайте осознанно!</h2>
</script>
</body>

</html>
</html>

0 comments on commit 7af584a

Please sign in to comment.