CSS

How To Create Classes With CSS — step-by-step DevOps tutorial on Progressive Robot

How To Create Classes With CSS

In this tutorial, you will create a CSS class selector, which will allow you to apply CSS rules only to HTML elements that are assigned the class. CSS class selectors are useful when you want to apply different style rules for different classes of the *same* HTML element.

Read more
How To Style Text Elements with Font, Size, and Color in CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style Text Elements with Font, Size, and Color in CSS

In this tutorial you will learn about web typography, the art of styling text. You will start the tutorial by writing an HTML structure with headings h1 to h6, then apply apply multiple text-related CSS properties, including font-family, font-size, and color. You will also load custom fonts from Google Fonts, a third-party font-hosting service.

Read more
Making Designs With Tailwind CSS — step-by-step DevOps tutorial on Progressive Robot

Making Designs With Tailwind CSS

Tailwind CSS is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your html markup. Let’s build a responsive modern looking site together and discover how Tailwind CSS gives you the confidence to realize any design regardless of how complex it may be.

Read more
CHAT