ReactJS Tutorial in Amharic | Part 15 | Creating movie app | styling bootstrap

preview_player
Показать описание
T H A N K S F O R W A T C H I N G.
⭐⭐⭐⭐⭐⭐

Bootstrap Commands:
- container-fluid ---- provides a full width container, spanning the entire width of the viewport
- justify-content-start m-3 ---- property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).

#BiniTutor

----Follow me -----

------ReactJS Resources-----
Links to React libraries
JavaScript Preprocessor: Babel

Other resources:

Previous lessons:
Рекомендации по теме
Комментарии
Автор

Container, Row, Col - in React-Bootstrap not i used the code bellow and it shows error message what shall i do

import ReactDOM from 'react-dom';
import Container from 'react-bootstrap/Container';
import Row from 'react-bootstrap/Row';
import Col from 'react-bootstrap/Col';

SyberAlem-ribu