Add web-vanilla

This commit is contained in:
olari
2019-05-26 15:49:01 +03:00
parent b31c99da4f
commit 661a5984a3
11 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#area {
height: 400px;
background-color: #444;
color: #FFF;
font-size: 24px;
display: flex;
justify-content: center;
align-items: center;
}