SMSabrina Museinmusegurll.hashnode.dev·Aug 22, 2022 · 2 min readFlexbox AxesBefore we jump into axes lets first understand flexbox and how it works flexbox Flexible is a one-dimensional layout model, that deals with the layout in one dimension at a time — either as a row or as a column. -MDN Flex container and the display pr...01S
SMSabrina Museinmusegurll.hashnode.dev·Aug 3, 2022 · 2 min readA quick introduction to JavaScript DOM eventswhat is an event? An event is an action that occurs in the web browser. When the page loads, it is called an event. When the user clicks a button, that click too is an event. Event handler an event handler is a piece of code that will execute to res...00