Best of ContainersFebruary 2021

  1. 1
    Article
    Avatar of css_tricksCSS-Tricks·5y

    How to Create a Shrinking Header on Scroll Without JavaScript

    Sticky headers are a way to shrink a website’s header without using JavaScript. The inner container contains all the header elements, such as the logo and the navigation. The outer container is in a way the actual header, while the only function of the parent element is to make the header taller.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    Learn Flexbox with These 8 Most Common Use Cases

    Learn Flexbox with These 8 Most Common Use Cases. Learn Flexbox for the first time with these 8 most common use cases. Use Flexbox to help you get the most out of your mobile device. Learn more at Flexbox.com and follow them on Twitter @flexbox and @Flexbox.

  3. 3
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Turn Google Sheets into a REST API and use it with React

    Semantic UI is a framework used to design and develop beautiful and responsive layouts. It has components for Buttons, Containers, Lists, Inputs, and much more. Let’s create a form and input boxes to get our inputs like name, age, salary, and hobbies from our React App.