HTML CSS help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HTML CSS help

Currently doing a intro page and testing out some things I learned along the way. I'm trying to figure out why the gradient doesn't start from the completely at bottom. It seems to start repeating the gradient at the end. I'm sure its simple and I'm just inexperienced but any help would be appreciated. https://code.sololearn.com/WK3RffCrAJzi#css

13th Oct 2019, 7:10 AM
Prinn
Prinn - avatar
3 Answers
+ 2
Add html,body { height: 100%; }
13th Oct 2019, 12:11 PM
Calviղ
Calviղ - avatar
+ 3
good try, to start from bottom, the argument should be to top https://code.sololearn.com/WWvA23ZkwI3M/?ref=app
13th Oct 2019, 7:42 AM
Gordon
Gordon - avatar
0
@Gordon @Calviղ Thanks.
13th Oct 2019, 4:13 PM
Prinn
Prinn - avatar