This website works better with JavaScript
Home
Explore
Help
Sign In
viktor
/
html-grahnska.se
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added 100% height on body
Viktor Grahn
4 years ago
parent
9b7d5e93a0
commit
7357c49cb4
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
style.css
+ 2
- 1
style.css
View File
@@ -1,5 +1,6 @@
body {
body {
-position: relative;
+ position: relative;
+ height: 100%;
}
}
.logo {
.logo {