Courses
Personal Projects
Inline Styles
Inline styles are another way to style elements
Fast in a pinch but often a bad idea
<
p
style
=
"
color
:
red
;
margin
:
16px
"
>
This is a paragraph with inline styles
</
p
>
17 / 23