Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jul 12, 2024
1 parent 711a984 commit 1ca8cc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions files/en-us/web/css/position/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,17 @@ div {
width: 400px;
height: 200px;
overflow: scroll;
scrollbar-width: thin;
font-size: 16px;
font-family: verdana;
border: 1px solid;
}

p {
width: 600px;
height: 300px;
user-select: none;
margin: 100px 150px 50px 100px;
margin: 0;
border: 110px solid transparent;
}
```

Expand All @@ -343,7 +344,7 @@ p {

div {
/* mark area defined by the inset boundaries using gray color */
background: linear-gradient(#9999, #9999) 100px 50px / 200px 100px no-repeat;
background: linear-gradient(#9999, #9999) 100px 50px / 192px 100px no-repeat;
}
```

Expand Down

0 comments on commit 1ca8cc8

Please sign in to comment.