first example

This commit is contained in:
2021-09-02 12:33:30 +02:00
commit 84fb507ae7
7 changed files with 476 additions and 0 deletions

8
style.css Normal file
View File

@ -0,0 +1,8 @@
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}