This commit is contained in:
brausjonas
2023-05-02 15:41:58 +02:00
parent 3e485945f3
commit 1f172ea4d2
2 changed files with 31 additions and 31 deletions
+30
View File
@@ -0,0 +1,30 @@
.round-border
{
border-radius: 10px;
border-width: 0;
}
.font-small
{
font-size: 15px;
}
.font-middle
{
font-size: 20px ;
}
.font-big
{
font-size: 30px;
}
.button
{
background-color: #0d52ce;
}
.button:hover
{
background-color: #585858;
}