Files
TIF22A_AnwProjekt_B/anwendung/src/styles/App.css
T
2023-05-02 15:41:58 +02:00

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;
}