Skip to content

Commit

Permalink
content: change some CodeHtmlCssPreview to CodeHtmlPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 23, 2024
1 parent d2ebd87 commit 33e8df3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/content/classnotes/css/introduction/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Introdução ao CSS
---

import CodeHtmlCssPreview from '../../../../components/CodeHtmlCssPreview.astro';
import CodeHtmlPreview from '../../../../components/CodeHtmlPreview.astro';

# {frontmatter.title}

Expand All @@ -12,13 +13,13 @@ import CodeHtmlCssPreview from '../../../../components/CodeHtmlCssPreview.astro'

### `<center>`

<CodeHtmlCssPreview src="/codes/css/introduction/deprecated-center" />
<CodeHtmlPreview src="/codes/css/introduction/deprecated-center" />

Referência: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center)

### `<font>`

<CodeHtmlCssPreview src="/codes/css/introduction/deprecated-font" />
<CodeHtmlPreview src="/codes/css/introduction/deprecated-font" />

Referência: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font)

Expand All @@ -36,7 +37,7 @@ Referência: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fon

Atributo style="":

<CodeHtmlCssPreview src="/codes/css/introduction/css-inline" htmlHighlightLines="2,8,14" />
<CodeHtmlPreview src="/codes/css/introduction/css-inline" htmlHighlightLines="2,8,14" />

### Internal stylesheet

Expand All @@ -52,7 +53,7 @@ selector

Tag Style:

<CodeHtmlCssPreview src="/codes/css/introduction/css-internal" onlyBody={false} htmlHighlightLines="6-15" />
<CodeHtmlPreview src="/codes/css/introduction/css-internal" onlyBody={false} htmlHighlightLines="6-15" />

### External stylesheet

Expand Down

0 comments on commit 33e8df3

Please sign in to comment.