scrimba
Netflix in React JS
Styling the Jumbotron Component
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Styling the Jumbotron Component
AboutCommentsNotes
Styling the Jumbotron Component
Expand for more info
src
components
jumbotron
styles
jumbotron.js
run
preview
console
import styled from 'styled-components';

export const Inner = styled.div`
display: flex;
align-items: center;
`;

export const Item = styled.div``;

export const Container = styled.div``;
Console
/
-14:24