Module 1
Working with text. Different text selectors (paragraphs, links, headings and lists) and introduction to spans. Setting text properties like fonts, text size, text spacing etc. Working with columns, styling the links and basic working with lists. Turning text into buttons.
Working with text. Different text selectors (paragraphs, links, headings and lists) and introduction to spans. Setting text properties like fonts, text size, text spacing etc. Working with columns, styling the links and basic working with lists. Turning text into buttons.
We will take a look at different types of text like paragraphs, links and headings. And some introduction to lists and spans so that you can style all kinds of text on your website!
This lesson is all about paragraph styling – properties like font-family, font-size, color, line-height, text-transform, text-decoration, letter-spacing and more.
You will learn how to split text into several columns and how to style those columns. Then, we will see how to style different parts of text (or words) using span and make them look differently than the rest of the text.
How to style the links using ‘a’ selector. We will take a look at the hover, active and visited states, pointer actions, cursor and how to disable a link.
This lesson is about headings of different levels, from h1 to h6 and how to use basic text properties to style them.
How to style ordered and unordered (or bullet) lists in CSS and change the bullets to something else and the markers for ordered lists.
How to turn a simple text link into a button using some background-color, border-radius and paddings. Then, we will use the same properties to style the spans so that they look like labels!