ABAman's Bloginamansagar.hashnode.dev·Mar 5, 2023 · 1 min readwhat do you think about nepotism in IT Sector?Yes, nepotism can occur in the IT sector, as in any other industry. Nepotism refers to the practice of favoring family members or friends, rather than relying on merit or qualifications, in making hiring, promotion, or other employment decisions. In ...00
ABAman's Bloginamansagar.hashnode.dev·Mar 5, 2023 · 2 min readAlternatives of FLEXBOX In CSS3Although Flexbox is a powerful tool for creating responsive layouts, it's not always the best choice for every layout situation. Depending on your design needs, there are a few alternatives to Flexbox that you might want to consider: CSS Grid: CSS G...00
ABAman's Bloginamansagar.hashnode.dev·Mar 5, 2023 · 3 min readFLEX |Flexbox | In CSSFlexbox is a layout model in CSS that is designed to make it easier to create responsive and flexible web layouts. The flex property controls how items within a flex container are laid out. Here are some examples of how Flexbox can be used: Creating...00
ABAman's Bloginamansagar.hashnode.dev·Mar 5, 2023 · 2 min readTop 10 Shorthands for HTML!Here are the top 10 shorthands of HTML: <br> : This is the shorthand for a line break tag. It is used to insert a line break or new line within a paragraph or other HTML element. <hr> : This is the shorthand for a horizontal rule tag. It is used to...00