Text & Fonts

Lesson 8
Author : Afrixi
Last Updated : October, 2017


CSS - Style a Website
This course covers the basics of styling a website using CSS. Work your way through the videos/articles and I'll teach you everything you need to know to style a basic website!
Table of Content

Code

Copy<p style="font-size:2em;
          font-family: 'Ariel Black', Gadget, sans-serif;
          font-style: italic;
          font-variant: small-caps;
          font-weight: bold;">
     This is some text
</p>