Skip to content

Commit

Permalink
Update Fixed Typo (#2872)
Browse files Browse the repository at this point in the history
This fixes typo in the example section .
  • Loading branch information
NegiAkash890 authored Mar 5, 2021
1 parent f87af6b commit f6546f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/border-top-left-radius/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 id="Examples_of_different_border-top-left-radius_values">Examples of differe
<pre class="brush: css">
div {
border-top-left-radius:40%;
border-style: black 3px double;
border: 3px double black;
background-color: rgb(250,20,70);
background-clip: content-box;
}
Expand Down

0 comments on commit f6546f4

Please sign in to comment.