Curious JavaScript developer interested in mostly FinTech products.
pair programming
Pseudo selectors are as following: chained selectors combined selectors inside an element direct child siblings (~ and +) before, after focus first-child, last-child, nth-child(n) etc... custom attribute 1) Chained Selectors syntax //HTML <li cla...

Static by default all elements are static (you can check it by opening developer tools>compute>check all default properties) Relative in Relative position we can apply following properties: Right Left Top Bottom so now our element moves from i...
