This commit is contained in:
2021-04-17 14:28:44 +03:00
parent e5d6f913b5
commit 2641f77d36

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>