ThuyNT13 / thuy_life

my website
https://thuy.life
MIT License
0 stars 0 forks source link

css: Parallax1.js not rendering #7

Open ThuyNT13 opened 7 years ago

ThuyNT13 commented 6 years ago

never occurred to me but makes sense now why CSS is not functioning. Need to add this to the head of my page and read up a it more on how React works with styling DOM elements, particularly in-line style:

import './style/main.css'
import './style/normalize.css'
import './style/parallax.css'

4 ways to style React Components