Styling essentials + Habit Forge Project 🧘‍♀️

Today's Learning: 
1. Started with the introduction to CSS.
2. Inline, internal and external CSS.
3. CSS selectors such as element selector, id selector, class selector and a new one to me was the attribute selector. 
Attribute selector: 
The html elements contain attributes such as draggable, href, src etc. So when it is required to add css on those attribute oriented elements we can use the attribute selectors. 
Eg. p[draggable="true"]{ color: red;}

Project:
I developed a project using the cs concepts that I learnt today. It is called the "Habit Forge" - a website that consist of daily task and scientific facts behind that tasks which will help a person to build a habit and stay consistent with it.




Popular posts from this blog

The third parameter - Event bubbling and Event capturing

Binary Sreach Algorithm : Optimized way to get the index of the mid element

Abstract classes