Compare commits
2 commits
cb2c89cd2d
...
50d42a8bef
Author | SHA1 | Date | |
---|---|---|---|
50d42a8bef | |||
bc4e333498 |
2 changed files with 11 additions and 1 deletions
|
@ -138,6 +138,12 @@ h1, h2, h3, h4 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro-text {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
.overview {
|
.overview {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<div class="section-inner">
|
<div class="section-inner">
|
||||||
<h2 id="services">Dienstleistungen</h2>
|
<div class="intro-text">
|
||||||
|
ComputerSchaf ist Ihr Rundum-Computerservice aus Rum. Gerne komme ich in Innsbruck, Rum,
|
||||||
|
Thaur oder Hall persönlich bei Ihnen vorbei und erarbeite maßgeschneiderte Lösungen für Sie.
|
||||||
|
Ich biete Ihnen folgende Dienstleistungen:
|
||||||
|
</div>
|
||||||
<div class="overview">
|
<div class="overview">
|
||||||
<div>
|
<div>
|
||||||
<a href="#beratung" class="service-link">
|
<a href="#beratung" class="service-link">
|
||||||
|
|
Loading…
Reference in a new issue