+ 2
My laptop is not supporting external css please what should, i use too link my css in the head of my html program.
2 Respuestas
+ 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.
+ 1
Make a <style>"content goes here"</style> tag inbetween the <head>
</head>
https://code.sololearn.com/WWq2EPu2DEJF/?ref=app