y4f/Shared/Feedback/Feedback.razor.css

35 lines
327 B
CSS
Raw Normal View History

2023-05-16 13:04:12 +02:00
body, html {
padding: 0px;
margin: 0px;
2023-06-05 19:26:23 +02:00
2023-05-16 13:04:12 +02:00
}
p {
text-align:center;
}
img {
width: 20%;
height: auto;
padding: 5px;
}
.text {
color: grey;
font-size: 13px;
}
2023-06-05 19:26:23 +02:00
textarea {
width: 100%;
2023-05-16 13:04:12 +02:00
}
#button1 {
2023-05-16 16:41:30 +02:00
background-color: #89F9A5;
2023-05-16 13:04:12 +02:00
border-radius: 50px;
2023-06-05 19:26:23 +02:00
text-align: center;
2023-05-16 13:04:12 +02:00
}