Spin Up

How To Create the Body of Your Homepage With HTML — step-by-step DevOps tutorial on Progressive Robot

How To Create the Body of Your Homepage With HTML

In this tutorial, you will learn how to use HTML

elements and style properties to arrange and style text and image content on a webpage. We’ll walk through the steps of recreating the middle section of our demonstration website, but you can use these skills to arrange content in any way you choose.

Read more
How To Create Pseudo-classes With CSS — step-by-step DevOps tutorial on Progressive Robot

How To Create Pseudo-classes With CSS

In this tutorial, you will learn about how and why to use CSS pseudo-classes. You can use pseudo-classes to change the style of an element based on user activity, such as hovering over an element with their cursor or visiting a link.

Read more
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
CHAT