adrianhajdin / project_3D_developer_portfolio

The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
https://jsmastery.pro
5.81k stars 1.29k forks source link

Styling issues #67

Open Brendan8899 opened 1 year ago

Brendan8899 commented 1 year ago

Hi all, I have followed the code in the video very closely, however I find the the style formatting of the website is off, does anyone know how to resolve this issue. Below is a picture of how the website looks like.

image

Any advice is greatly appreciated. Thank you!

artias13 commented 1 year ago

Check if you've installed and properly configured tailwind, it requires its own config and some extra dependencies

rcallaby commented 1 year ago

Also, to be a little bit more clear and to help others who have encountered this issue. Make sure you have the autoprefixer package installed. It should come with a postcss.config.cjs file

npm install autoprefixer

Should do the trick

Look to the source code for how to configure it.