This website works better with JavaScript.
Home
Explore
Help
Sign In
OGS-Main
/
ogs-site
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
more
master
Михаил Капелько
3 years ago
parent
e5d6f913b5
commit
2641f77d36
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
К/index.html
+ 12
- 0
К/index.html
View File
@@ -15,6 +15,18 @@
right: 0;
bottom: 0;
background-color: red;
}
html
{
background-color: blue;
margin: 0;
height: 100%;
}
body
{
background-color: green;
margin: 0;
height: 100%;
}
</style>
</head>
Write
Preview
Loading…
Cancel
Save