Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
b8402a9049
82 changed files with 1345 additions and 0 deletions
60
data/service-directory/style.css
Normal file
60
data/service-directory/style.css
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue