HTML

How To Style Figure and Image HTML Elements with CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style Figure and Image HTML Elements with CSS

This tutorial will lead you through examples of image CSS styling for web pages, allowing you to make informed decisions about how images are displayed and altered to fit the context. You will create a web page consisting of content and three images. The first image will be loaded as an element on its own, the second will be wrapped in the

element with an appropriate
, and the third will use the element to load different images at different screen sizes.

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
How To Style HTML Elements with Borders, Shadows, and Outlines in CSS — step-by-step DevOps tutorial on Progressive Robot

How To Style HTML Elements with Borders, Shadows, and Outlines in CSS

Working with shadows, borders, and outlines is a key component of web development, and can provide visual definition around HTML elements and text items. In this tutorial, you will create a legality notice for a fictional space tourism company. Throughout the demo you will create visually rich containers by using five main CSS properties: border, border-radius, box-shadow, text-shadow, and outline.

Read more
Getting Started With Angular Using the Angular CLI — step-by-step Javascript tutorial on Progressive Robot

Getting Started With Angular Using the Angular CLI

Angular is a popular JavaScript framework that creates interactive web, mobile, and desktop applications. The Angular CLI simplifies the process of getting started with Angular. This tutorial covers building an Angular application through the Angular CLI and working with its HTML, CSS, and TypeScript files.

Read more
CHAT