Box model + Content-Card Project📦
Today I struggled to concentrate ..there were distractions..it took me the whole day to finish this module. But hopefully, I will push myself to complete soon.
Today's Learning:
1. Started with CSS colors. Hex colors and RGB way of defining colors in Css.
2. Learnt to incorporate google fonts into my website .
3. Inspection of CSS. CSS overview tool is very helpful to understand the styling of the page.
4. The css units: px..pt..em and rem.
em - width of the letter 'm' and it is relative to its parent.
rem - relative to the root (html)
5. The Box model: played with multiple nested <div> elements and understood the padding, margin and the border concept. And also the border-box concept.
With all this, I managed to replicate a card which was randomly picked from google. Initially, I was about to create a tribute page but.. it requires positioning so.. I built this project to apply my learning today.
*This is not responsive. Kindly open in desktop-view*