sanskrit-tts/public/assets/css/style.css

31 lines
405 B
CSS
Raw Normal View History

2023-08-20 21:45:44 +07:00
body{
margin:0;
padding:0
}
button{
border:none;
border-radius:2px;
padding:12px 18px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
color:#fff;
background-color:#2196f3;
box-shadow:0 0 4px #999;
outline:none
}
pre{
white-space:pre-line
}
2023-08-20 22:02:24 +07:00
.column {
flex-grow: 1;
2023-08-20 21:45:44 +07:00
}
2023-08-20 22:02:24 +07:00
2023-08-20 21:45:44 +07:00
#icon{
max-width:45px;
height:auto;
border-radius:50%
}