mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
13 lines
298 B
CSS
13 lines
298 B
CSS
.get-it-from {
|
|
width: 100px;
|
|
min-height: 110px;
|
|
border: 5px solid floralwhite;
|
|
background-color: white; margin: 10px;
|
|
}
|
|
.get-it-from:hover {
|
|
opacity: 80%;
|
|
}
|
|
main {
|
|
background: linear-gradient(150deg, #abe128 0%, #43ca61 100%);
|
|
font-family: 'Comfortaa', arial, serif;
|
|
}
|