temp commit

This commit is contained in:
Oguz Kagan EREN
2021-07-10 17:47:13 +03:00
parent e586688bb0
commit 095b93b317
4 changed files with 212 additions and 180 deletions
+11
View File
@@ -0,0 +1,11 @@
window {
border-bottom-left-radius: 7;
border-bottom-right-radius: 7;
}
.homepage button {
transition: border 100ms ease-in-out;
padding: 10px 30px;
border: none;
border-radius: 5px 5px 5px 5px;
}