0
My css isn't showing up
This is probably really dumb but is there something wrong with the code? body { background-color: linear-gradient(white, #3BE4F4); } p { text-align:left; }
1 Odpowiedź
+ 2
turn out background-color to background-image
This is probably really dumb but is there something wrong with the code? body { background-color: linear-gradient(white, #3BE4F4); } p { text-align:left; }