Add more example code

This commit is contained in:
Johannes Zellner
2023-02-23 13:16:21 +01:00
parent 691d19a484
commit a588605f13
3 changed files with 39 additions and 4 deletions
+8
View File
@@ -20,3 +20,11 @@ a:hover, a:focus {
color: #0a6ebd;
text-decoration: underline;
}
.shadow {
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#app {
height: 100%;
}