y4f/Shared/Yummy-Punkte.razor.css

44 lines
491 B
CSS
Raw Normal View History

2023-05-13 18:43:48 +02:00
body, html {
padding: 0px;
margin: 0px;
margin-bottom: 15px;
}
p {
text-align:center;
}
img {
width: 20%;
height: auto;
padding: 5px;
}
.text {
color: grey;
font-size: 13px;
}
2023-05-13 20:25:14 +02:00
#button1 {
background-color: #F9BE89;
padding-left: 25%;
padding-right: 25%;
2023-05-13 18:43:48 +02:00
display: inline-block;
border-radius: 50px;
}
2023-06-05 19:26:23 +02:00
/*.button {
padding-left: 25%;
padding-right: 25%;
2023-05-13 20:25:14 +02:00
text-align: center;
2023-06-05 19:26:23 +02:00
}*/
/*h4 {
text-align: center;
}*/
2023-05-13 18:43:48 +02:00
2023-05-13 20:25:14 +02:00
2023-05-13 18:43:48 +02:00