+ 2
Hi ,somebody help me pleas , why my gradients don't work?
7 Respuestas
+ 5
Eliza Prus I already fixed it and sent it to you
+ 5
sorry , it's ok now .
the problem was the background (you've put "background:blue;") which if you want to set a blue background , use : background-color:blue;
you see , the difference is :
-for linear-gradient => use background
-for background colors => use background-color
https://code.sololearn.com/WkiZF27l0Jfd
+ 5
hi , not a big deal . 🙂
+ 3
Eliza Prus
Actually , when writing html you shouldn't put these elements in head ; that's why css isn't working . you've mentioned "head" in css , while you can put your element ( which is h1 here ) in the body with an id to call it in css and do whatever you want.
check this :
https://code.sololearn.com/WH32hv8Qm6wf/?ref=app
+ 3
Thanks , i try fix It.
+ 2
Cod you send don't show its only screen no connection .
+ 2
Hi Armann thanks a lot for helping me , you do ti .
I owe u one ;)