Files
Schoolkantine/website/betaal.css

25 lines
410 B
CSS

body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f9f9f9;
}
h1 {
color: #F56E28;
}
p {
font-size: 1.2em;
margin-top: 20px;
}
button {
margin-top: 30px;
padding: 10px 20px;
background-color: #F56E28;
color: white;
border: none;
cursor: pointer;
font-size: 1.1em;
}
button:hover {
background-color: #F56E28;
}