Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://image.mux.com/Bb201GaoqQoi9YiScDIWs9RBxQu6B5QGHOt5d4iHe4kc/thumbnail.png?time=0

        lesson

        CSS Grid vs Flexbox for Composable LayoutsComposing Layouts in React

        You will learn the basics of CSS Flexbox and CSS Grid, especially which properties conform to the Encapsulated CSS principles and which ones do not.

        https://image.mux.com/A00PgV7MFMNKq6Nn9Zif7afVRUDZY9U019ve33kKVeOrI/thumbnail.png?time=0

        lesson

        How to Vertically Center a DIV in React With CSSComposing Layouts in React

        In this lesson, we will learn how to build the Cover primitive, which will vertically center its children and allow you to inject a top or a bottom section around it.

        https://image.mux.com/EaIeVCg5A00HqOElYfFywUEnUZ5M6bDvaiFf00N99chkY/thumbnail.png?time=0

        lesson

        Resize Images And Maintain Aspect Ratio in React and CSSComposing Layouts in React

        In this lesson, we will build the Frame primitive, which frames out a visual media, like an image or video, and forces it into the aspect ratio needed for the design without distorting the image.

        https://image.mux.com/DpjgJ2iJfUfFPw00G4018ygUgL7AFHawukVs00DX01c01Qe00/thumbnail.png?time=0

        lesson

        Automatically Center Text DIVs with React Center ComponentComposing Layouts in React

        In this lesson, we will be creating a Center layout primitive that centers itself and its children.

        https://image.mux.com/eyghrMWb4MgPhI6WjKGI3MkLMO7PB700qOBiYghAapuY/thumbnail.png?time=0

        lesson

        How to Build a Pricing Page Widget in React With PadBoxComposing Layouts in React

        In this lesson, you will learn how to build the PadBox primitive and use it in a Pricing Plan component.

        https://image.mux.com/ROuD00YkjatcN02Fg3fERCpD8Bk2UunCa3dKdka801kn6Y/thumbnail.png?time=0

        lesson

        How to Build a React Responsive Grid LayoutComposing Layouts in React

        Building an inherently responsive grid of items has been reduced down into a single line of CSS. In this lesson, you will learn how to build the Grid primitive that easily lets us achieve this layout.

        https://image.mux.com/Dbx8yE91P027JyonxMTtdWQlwL2j8v00CL2hTR9sKX7tQ/thumbnail.png?time=0

        lesson

        How to Build React Grid Layouts With Custom Column NumbersComposing Layouts in React

        Having a column-based grid system to lay our elements out on is very useful, which is why Bootstrap and other CSS frameworks are built on that model. In this lesson, you will learn how to build the Columns primitive and its helper the Column to build your custom column layout.