CSS 201 – Frontend Web Development Workflow Video
This is one of the projects for The Ultimate 2022 Fullstack Web Development Bootcamp - and the project is called “CSS 201”. FINISHED PROJECT(not responsive yet, this is going to be covered in another

Search for a command to run...

Series
This is a series of articles about Static Frontend.
This is one of the projects for The Ultimate 2022 Fullstack Web Development Bootcamp - and the project is called “CSS 201”. FINISHED PROJECT(not responsive yet, this is going to be covered in another

I am going over the free and cheap options for front-end web development online courses that I explored in 2020. Starting with the free options, I found a lot of great resources that offered interacti

This is the final project for the Codecademy‘Build a Website with HTML, CSS, and Github Pages’ skill pathand the project is called “Colmar Academy”. In this part of the project I started setting up my

This is the final project for the Codecademy‘Build a Website with HTML, CSS, and Github Pages’ skill pathand the project is called “Colmar Academy”. I am setting two goals for myself for this part of

1. list-style-position: inside; For centering the bullet points together with the list items of an unordered list in HTML ul { text-align: center; list-style-position: inside; } https://code

HTML (Hypertext Markup Language) is used for creating and structuring web pages. Over the years, there has been a debate on whether HTML can be considered a programming language. In this blog post, I'
