mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01:00
12 lines
239 B
CSS
12 lines
239 B
CSS
button
|
|
{
|
|
border: none;
|
|
background-color: #21D4FD;
|
|
/* background-image: linear-gradient(45deg, #21D4FD 0%, #B721FF 100%);*/
|
|
height: 40px;
|
|
min-width: 150px;
|
|
border-radius: 40px;
|
|
margin:auto;
|
|
display: block;
|
|
}
|
|
|