Šī revīzija ir iekļauta:
2021-04-17 14:28:44 +03:00
vecāks e5d6f913b5
revīzija 2641f77d36

Parādīt failu

@@ -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>