Problem with .css in pages #81456
-
Select Topic AreaQuestion BodyHi! I've recently deployed my first git hub page. Its just a little project, nothing fancy. The thing is that I've been encountering problems with my styles. thanks for the help! I know it has to be some kind of newbie thing but I cant figure out what. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Response #1 |
Beta Was this translation helpful? Give feedback.
-
Response #2 |
Beta Was this translation helpful? Give feedback.
-
It looks like you are facing issues with styles not being applied as expected on your GitHub Pages for a React app. Here are some suggestions to troubleshoot and potentially resolve the problem:
After checking and making adjustments based on these suggestions, you should hopefully see improvements in the styling on your GitHub Pages. If the issue persists, it might be beneficial to inspect the network requests and console logs on the deployed page for any error messages. |
Beta Was this translation helpful? Give feedback.
-
Hey, can you make sure there are no conflicting styles or overrides that might be preventing certain styles from taking effect? you can browser developer tools to inspect elements and verify if maybe the styles are being overridden by others. Also check for any error messages related to CSS file loading or syntax issues by opening the browser console usually |
Beta Was this translation helpful? Give feedback.
Hey, can you make sure there are no conflicting styles or overrides that might be preventing certain styles from taking effect? you can browser developer tools to inspect elements and verify if maybe the styles are being overridden by others.
Also check for any error messages related to CSS file loading or syntax issues by opening the browser console usually
F12
orright-click
and"Inspect" -> "Console"
tab