0
Why is my css link to my html code not working?
I'm no seeing no change in the document https://code.sololearn.com/WAgL0E6txNEY/?ref=app
7 Answers
+ 1
Tamarica Shaw it is a bit hard to diagnose without us seeing your code.
Please see the circle with the plus sign ... click on it then a window will appear asking to insert code or insert post ... click on code and go to your code bits scroll to the code and click on it then in the upper corner click on done and that should bring you back to here then click the post button.
+ 1
Tamarica Shaw the end bracket was in the wrong place
look at this
mine:
body {
}
h1{color:red;}
yours:
body {
h1{color:red;}
}
+ 1
Tamarica Shaw you had the search url and not a url to an actual picture...
You down the picture to your phone then go-to a photo / image hosting site like imgur or imgbb or even dropbox and upload to their site, grab their url to copy and paste .... I myself use imgbb.com here and use the full hyperlink - really super simple.
0
Ok I did
0
Ok it worked thank you but why was mine wrong why is the bracket supposed to be inside
0
Tamarica Shaw you had your closing } behind the h1{color:red;} -> }
by the way before you ask about your image issue look at this....
https://code.sololearn.com/WypM4wOy2bg9/?ref=app
0
Was the URL too long