mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-07 05:53:15 +01:00
add bestellen.css for improved styling and update HTML files to include new stylesheet
This commit is contained in:
32
bestellen.css
Normal file
32
bestellen.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.item-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.item {
|
||||
flex: 0 0 48%;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.item img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.item h5 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.item p {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.item button {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user