The CSS background property
The background property as its name suggests, allows us to modify the background of our web page: we can put a color of our choice, we can also put a…
Python Courses & Exercises with solutions !
The background property as its name suggests, allows us to modify the background of our web page: we can put a color of our choice, we can also put a…
1 - Text-align This property allows you to define the alignment of a text. Example: // This code is used to align all the paragraphs to the right.p {text-align: right;…
1 - Tag selector & general syntax of a CSS code Before we talk about the properties of a selector, let's take a simple example: Example to put the title…
1 - Introduction Introduced in the mid-1990, CSS became widely used in web design and well supported by web browsers. CSS (Cascading Style Sheets) is a language that consists of…