HTML CSS help | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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