home-server/data/service-directory/style.css
Ellie b8402a9049 Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:57:00 -08:00

60 lines
1.1 KiB
CSS

body {
background: url("images/roesbudtrelbg.gif") repeat;
}
header {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0 auto;
}
header h1::before {
content: url("images/angel01.gif");
display: inline-block;
vertical-align: middle;
margin-right: .05em;
}
header h1::after {
content: url("images/angel02.gif");
display: inline-block;
vertical-align: middle;
margin-left: .05em;
}
service {
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
margin: 1em;
& a {
display: contents;
}
& img {
width: 64px;
height: 64px;
image-rendering: pixelated;
transform-origin: top left;
}
}
#services {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
article {
background-color: white;
border: 1px dashed #fed1c9;
max-width: 30rem;
}
main {
display: flex;
flex-direction: column;
align-items: center;
}