swarajmhatre / swarajmhatre_portfolio

2 stars 9 forks source link

styles.css issue #11

Closed swarajmhatre closed 11 months ago

swarajmhatre commented 11 months ago

The style.css is not being read by the index.html as it is overwritten by the CSS files of the components

swarajmhatre commented 11 months ago

Steps to resolve the issue:

  1. Create a new index.css file in src folder
  2. Copy paste the code from styles.css from the public folder into the newly created index.css file
  3. Import the index.css in index.js
  4. Delete styles.css from public folder
  5. remove the link of styles.css in index.html
  6. Make sure everything works well by running the App