60 lines
1.1 KiB
CSS
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;
|
|
}
|