Browse Source

more

master
parent
commit
2641f77d36
1 changed files with 12 additions and 0 deletions
  1. +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>


Loading…
Cancel
Save