JonSpircoff7 / BuiltRight

MIT License
1 stars 0 forks source link

CSS Styling #14

Open sbullocks opened 1 year ago

sbullocks commented 1 year ago

Instead of using a CSS library like Bootstrap, consider one of the following suggestions:

Explore the concept of CSS-in-JS, which abstracts CSS to the component level, using JavaScript to describe styles in a declarative and maintainable way. Some popular libraries include styled-components Links to an external site.and Emotion Links to an external site..

Try using a component library, such as Semantic UI Links to an external site., Chakra UI Links to an external site., or Ant Design Links to an external site..

Create all the CSS for your application just using CSS.

sbullocks commented 1 year ago

It just needs to look professional and be mobile-friendly.