showing results for - "flexbox in react js"
Caroline
10 May 2017
1import React from "react";
2
3const FlexboxPage = () => {
4    return (
5      <div className="d-flex p-2 col-example">I'm a flexbox container!</div>
6    );
7}
8export default FlexboxPage;
9
10.col-example{
11  padding: 1rem;
12  background-color: #33b5e5;
13  border: 2px solid #fff;
14  color: #fff;
15  text-align: center;
16}
similar questions
queries leading to this page
flexbox in react js