diff --git a/contents/accordion.mdx b/contents/accordion.mdx index daa8b33..48bba16 100644 --- a/contents/accordion.mdx +++ b/contents/accordion.mdx @@ -9,7 +9,7 @@ title: Accordion ## HTML -```html +```html index.html
@@ -37,7 +37,7 @@ title: Accordion ## CSS -```css +```css styles.css .accordion { /* Border */ border: 1px solid #d1d5db; diff --git a/contents/arrow-buttons.mdx b/contents/arrow-buttons.mdx index dbdb338..e293741 100644 --- a/contents/arrow-buttons.mdx +++ b/contents/arrow-buttons.mdx @@ -10,7 +10,7 @@ updated: '2021-04-01' ## HTML -```html +```html index.html @@ -21,7 +21,7 @@ title: Rating ## CSS -```css +```css styles.css .rating { /* Center the content */ align-items: center; diff --git a/contents/resizable-element.mdx b/contents/resizable-element.mdx index 888f3c2..e062f13 100644 --- a/contents/resizable-element.mdx +++ b/contents/resizable-element.mdx @@ -9,7 +9,7 @@ title: Resizable element ## HTML -```html +```html index.html
... @@ -42,7 +42,7 @@ title: Resizable element ## CSS -```css +```css styles.css .resizable-element { /* Border */ border: 1px dashed #d1d5db; diff --git a/contents/ribbon.mdx b/contents/ribbon.mdx index 6ba4681..dfc9b19 100644 --- a/contents/ribbon.mdx +++ b/contents/ribbon.mdx @@ -9,7 +9,7 @@ title: Ribbon ## HTML -```html +```html index.html
@@ -30,7 +30,7 @@ title: Ribbon ## CSS -```css +```css styles.css .ribbon { /* Center the content */ align-items: center; diff --git a/contents/same-height-columns.mdx b/contents/same-height-columns.mdx index 3a95e83..67f61ba 100644 --- a/contents/same-height-columns.mdx +++ b/contents/same-height-columns.mdx @@ -9,7 +9,7 @@ title: Same height columns ## HTML -```html +```html index.html
@@ -30,7 +30,7 @@ title: Same height columns ## CSS -```css +```css styles.css .same-height-columns { display: flex; } diff --git a/contents/search-box.mdx b/contents/search-box.mdx index ca99648..b9ca1d1 100644 --- a/contents/search-box.mdx +++ b/contents/search-box.mdx @@ -9,7 +9,7 @@ title: Search box ## HTML -```html +```html index.html