mirror of
https://github.com/Phantop/phantop.github.io
synced 2024-11-21 14:22:50 +00:00
css: fix background height
This commit is contained in:
parent
6bfd579079
commit
63f03b0f69
|
@ -1,3 +1,7 @@
|
|||
html {
|
||||
min-height: 100%
|
||||
}
|
||||
|
||||
body {
|
||||
background: repeating-linear-gradient(to bottom,
|
||||
#5bcefa 000px, #5bcefa 150px,
|
||||
|
|
Loading…
Reference in a new issue