31 lines
272 B
CSS
31 lines
272 B
CSS
.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;
|
|
}
|