Skip to content

Commit

Permalink
fix: Replace marker example (#2585)
Browse files Browse the repository at this point in the history
* chore: check in marker example cleanly

* chore: check in marker example cleanly
  • Loading branch information
bsmth authored Aug 17, 2023
1 parent cf76bd8 commit deb64df
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions live-examples/css-examples/pseudo-element/marker.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
li::marker {
content: '✝ ';
font-size: 1.2em;
}
10 changes: 10 additions & 0 deletions live-examples/css-examples/pseudo-element/marker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<p>Group known as Mercury Seven:</p>
<ul>
<li>Malcolm Scott Carpenter</li>
<li>Leroy Gordon (Gordo) Cooper Jr.</li>
<li>John Herschel Glenn Jr.</li>
<li>Virgil Ivan (Gus) Grissom</li>
<li>Walter Marty (Wally) Schirra Jr.</li>
<li>Alan Bartlett Shepard Jr.</li>
<li>Donald Kent (Deke) Slayton</li>
</ul>
9 changes: 9 additions & 0 deletions live-examples/css-examples/pseudo-element/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
"defaultTab": "css",
"height": "tabbed-shorter"
},
"marker": {
"exampleCode": "./live-examples/css-examples/pseudo-element/marker.html",
"cssExampleSrc": "./live-examples/css-examples/pseudo-element/marker.css",
"fileName": "pseudo-element-marker.html",
"title": "HTML Demo: ::marker",
"type": "tabbed",
"defaultTab": "css",
"height": "tabbed-shorter"
},
"placeholder": {
"exampleCode": "./live-examples/css-examples/pseudo-element/placeholder.html",
"cssExampleSrc": "./live-examples/css-examples/pseudo-element/placeholder.css",
Expand Down

0 comments on commit deb64df

Please sign in to comment.