docs(pt): translate challenge 13 (styling)

This commit is contained in:
kabrunko-dev
2024-01-12 12:47:11 -03:00
parent b851a39251
commit 56813460b9
2 changed files with 24 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import { TextComponent } from './text.component';
<static-text></static-text>
<static-text type="error"></static-text>
<static-text type="warning"></static-text>
<text [font]="15" color="blue">This a a blue text</text>
<text [font]="15" color="blue">This is a blue text</text>
`,
})
export class PageComponent {}