Day 31-34 of #151DaysOfCode
☑️ Solved 1 @css_battle problem.
☑️ Attended Backend Live Lecture (part 2 & 3) @neogcamp
☑️ Learnt about Pseudo classes and elements, transforms, animations using transitions in CSS.
☑️ Solved basic javascript problems.
#CSS#Learning#javascript
Created a position layout with the help of position property.
Positioning the elements gives us the access to overlap on the top of one other, still at one position on the viewport screen or move till a certain extent or move over one another irrespective of scrolling.
✔ Z-index- In this child element can overlap parent element and vice versa on the basis of the value. An element with higher z-index value appears on the front than the element with lower z-index value.