feat: add edge with button example

This commit is contained in:
Braks
2021-08-08 20:25:44 +02:00
parent 6912993ebd
commit 74a2a3d8c3
4 changed files with 139 additions and 0 deletions
+9
View File
@@ -1,5 +1,6 @@
body {
color: #111;
padding: 5px;
}
#root {
@@ -89,3 +90,11 @@ header select {
display: block;
}
}
.edgebutton {
border-radius: 999px;
cursor: pointer;
}
.edgebutton:hover {
box-shadow: 0 0 0 2px pink , 0 0 0 4px #f05f75;
}