Skip to content

Commit 466df2f

Browse files
Added interactive example (#42636)
* Update index.md * Update index.md --------- Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
1 parent 59dc266 commit 466df2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • files/en-us/web/css/reference/properties/cursor

files/en-us/web/css/reference/properties/cursor/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ You can specify either the _type_ of cursor using a keyword, or load a specific
1313

1414
{{InteractiveExample("CSS Demo: cursor")}}
1515

16+
```css interactive-example-choice
17+
cursor: pointer;
18+
```
19+
1620
```css interactive-example-choice
1721
cursor: help;
1822
```
@@ -33,10 +37,6 @@ cursor: not-allowed;
3337
cursor: zoom-in;
3438
```
3539

36-
```css interactive-example-choice
37-
cursor: grab;
38-
```
39-
4040
```html interactive-example
4141
<section class="default-example container" id="default-example">
4242
<div id="example-element">

0 commit comments

Comments
 (0)