CSS is not loading properly magento2
If your are facing Messy page in Magento, no style after fresh installation or upgrade of magento it’s because static is not generated in /pub folder
You will need to run this command to deploy it
php bin/magento setup:static-content:deploy
Leave a Reply