Latest Posts
Personal blog by Karina Baha.
-
Compound CSS Selectors
In this part of this series, we will discuss compound selectors. As we did in the previous post when we talked about simple selectors, we will create a simple HTML page and style it while discussing compound selectors.
-
Simple CSS Selectors
Simple selectors are the most basic building blocks in CSS. Understanding simple selectors is the first step to mastering CSS. In this blog post, we will create a simple HTML page and style it using simple selectors.
-
Getting Started with CSS
CSS (Cascading Style Sheets) is a standard style sheet language used to describe the presentation of a document written in a markup language like HTML. It controls the visual and aural layout of web pages, making it a fundamental skill for web developers. CSS level 1 became a W3C Recommendation in 1996. Since then, it…
-
The Flexible Box
In this tutorial, we will deal with the flexible box. The first version of the flexbox layout module was introduced as a Candidate Recommendation by the World Wide Web Consortium (W3C) in 2012. In 2016 the final version of the specification was published as a W3C Recommendation.