My laptop is not supporting external css please what should, i use too link my css in the head of my html program. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

My laptop is not supporting external css please what should, i use too link my css in the head of my html program.

https://code.sololearn.com/WOypPHZd4HmB/?ref=app

17th Sep 2019, 4:48 AM
Abdullahi Ado Ibrahim
Abdullahi Ado Ibrahim - avatar
2 Answers
+ 4
are you sure you're linking the right file ? check on developer option, network tab. then ctrl+F5 see if the css file are being loaded or not, also check on the status if its loaded.
17th Sep 2019, 5:06 AM
Taste
Taste - avatar
+ 1
Make a <style>"content goes here"</style> tag inbetween the <head> </head> https://code.sololearn.com/WWq2EPu2DEJF/?ref=app
17th Sep 2019, 5:13 AM
Anthony Johnson
Anthony Johnson - avatar