Styling texts with CSS ๐
A piece of text has a lot of properties that can be tweaked to change its appearance on a webpage.
<p id="para1">
a really nice quote
</p>
<p id="para2">
a really nice quote
</p>
<p id="para3">
a really nice quote
</p>
<p id="para4">
...
webdessentials.hashnode.dev3 min read