bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

Ed/29/create events container #30

Closed eduenez33 closed 1 year ago

eduenez33 commented 1 year ago

Overview

I added the bootstrap CDN and applied styles to have the elements on the page display in the top-center of the screen in a column.

Related Issues / PRs

29

Thought Process

I wanted to initially implement the react-bootstrap component Container but after going over the bootstrap utilities docs, it was a much more simple approach to add class names to the main App div element.

Testing Steps

  1. Run npm start in the terminal
  2. Open developer tools in the browser
  3. Select the first child div element of <div id="root">
  4. Check or uncheck applied classes

Risks

None

eduenez33 commented 1 year ago

Something to note: I'd like Container component to be centered on the screen. How can I achieve this with bootstrap css classes?