December 2019
Intermediate to advanced
598 pages
12h 21m
English
We can style the Header component by carrying out the following steps:
/** @jsx jsx */import { css, jsx } from '@emotion/core';import { fontFamily, fontSize, gray1, gray2, gray5 } from './Styles';
<div css={css` position: fixed; box-sizing: border-box; top: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; background-color: ...Read now
Unlock full access