Skip to content

Commit

Permalink
Add css grid irregular layout to example page
Browse files Browse the repository at this point in the history
  • Loading branch information
zxuqian committed Mar 1, 2023
1 parent c1b3a27 commit 9b0592d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const uis = [{
href: "49-html-buit-in-dialog",
text: "HTML Built-in Dialog",
href: "50-css-grid-irregular-layout",
text: "CSS Irregular Layout",
newItem: true
}, {
href: "49-html-buit-in-dialog",
text: "HTML Built-in Dialog"
}, {
href: "48-css-clay-morphism",
text: "CSS Claymorphism"
Expand Down
6 changes: 5 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
const uis = [
{
href: "50-css-grid-irregular-layout",
text: "CSS Irregular Layout",
newItem: true,
},
{
href: "49-html-buit-in-dialog",
text: "HTML Built-in Dialog",
newItem: true,
},
{
href: "48-css-clay-morphism",
Expand Down

0 comments on commit 9b0592d

Please sign in to comment.