Hi everyone. This is my first post on the forum and it’s also the first time I publish a project. I hope you can help me fix this: https://codepen.io/ouramdalo/pen/wvzeQaY
I tried this on my mobile with chrome but it seems to not load some css (such as “Companies Timeline” color text and also media queries)
I did everything you told me. Could you test the website on a mobile device? Using firefox in “mobile mode” from PC it seems okay, but when I try it on actual android device it shows the page like I am using a desktop browser (even if I deactivate that mode)
Welcome to the forums @oruamdalo. Your page looks good. Some thing to revisit;
Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
The link to the font goes in the box labeled ‘Stuff for <head>’
I think now it should be okay. I probably still have to work on accessibility, because of some a tag links. I also tested it on mobile, it doesn’t seem bad.
Hope I improved it. Let me know