-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imprint-2 #82
imprint-2 #82
Conversation
✅ Deploy Preview for sytivities ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
<br>Vertreten durch: | ||
<br>Geschäftsführer Thomas Regele | ||
</p> | ||
<div class="box1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitte nicht box1 nennen
.box1 { | ||
text-align: center; | ||
font-size: larger; | ||
} | ||
|
||
h1 { | ||
font-size: 50px; | ||
} | ||
|
||
h2 { | ||
font-size: 40px; | ||
} | ||
|
||
h4 { | ||
font-size: 30px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das ist nicht wie SCSS funktioniert
<h1>Angaben gemäß § 5 DDG</h1> | ||
Sybit GmbH | ||
<br>Sankt-Johannis-Str. 1-5 | ||
<br>78315 Radolfzell, Germany | ||
<br> | ||
<br>Handelsregister: HRB 550606 | ||
<br>Registergericht: Amtsgericht Freiburg | ||
<br> | ||
<br>Vertreten durch: | ||
<br>Geschäftsführer Thomas Regele | ||
<br> | ||
<br> | ||
<br> | ||
<h2>Kontakt</h2> | ||
Tel. +49 7732 9508-0 | ||
<br>Fax +49 7732 9508-111 | ||
<br>E-Mail <a href="sales@sybit.de">sales@sybit.de</a> | ||
<br> | ||
<br> | ||
<br> | ||
<h2>Umsatzsteuer-ID</h2> | ||
Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz: | ||
<br>DE 142314511 | ||
<br> | ||
<br> | ||
<h4>DUNS Nummer</h4> | ||
34-124-4838 | ||
<br> | ||
<br> | ||
<br> | ||
<h2>Redaktionell verantwortlich</h2> | ||
Thomas Regele | ||
<br>Sankt-Johannis-Str. 1-5 | ||
<br>78315 Radolfzell | ||
<br> | ||
<br> | ||
<br> | ||
|
||
<h2 class="h4">Kontakt</h2> | ||
<p> | ||
Tel. +49 7732 9508-0 | ||
<br>Fax +49 7732 9508-111 | ||
<br>E-Mail <a href="sales@sybit.de">sales@sybit.de</a> | ||
</p> | ||
<h2 class="h4">Umsatzsteuer-ID</h2> | ||
<p> | ||
Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz: | ||
<br>DE 142314511 | ||
</p> | ||
<h4 class="h4">DUNS Nummer</h4> | ||
<p> | ||
34-124-4838 | ||
</p> | ||
<h2 class="h4">Redaktionell verantwortlich</h2> | ||
<p> | ||
Stephan Strittmatter | ||
<br>Sankt-Johannis-Str. 1-5 | ||
<br>78315 Radolfzell | ||
</p> | ||
|
||
|
||
<h2 class="h4">EU-Streitschlichtung</h2> | ||
<p> | ||
Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit: | ||
https://ec.europa.eu/consumers/odr/. | ||
<br>Unsere E-Mail-Adresse finden Sie oben im Impressum. | ||
</p> | ||
|
||
|
||
<h2 class="h4">Verbraucherstreitbeilegung/Universalschlichtungsstelle</h2> | ||
<p> | ||
Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle | ||
<h2>EU-Streitschlichtung</h2> | ||
Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit: | ||
https://ec.europa.eu/consumers/odr/. | ||
<br>Unsere E-Mail-Adresse finden Sie oben im Impressum. | ||
<br> | ||
<br> | ||
<br> | ||
<h2>Verbraucherstreitbeilegung/Universalschlichtungsstelle</h2> | ||
Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle | ||
teilzunehmen. | ||
</p> | ||
<br> | ||
<br> | ||
<br> | ||
|
||
<h2 class="h4">Haftungshinweis</h2> | ||
<p> | ||
Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. | ||
Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich. | ||
</p> | ||
<h2>Haftungshinweis</h2> | ||
Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. | ||
<br>Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich. | ||
<br> | ||
<br> | ||
<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte kein
für Abstände sonst heule ich gleich
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
h1 { | ||
text-align: center; | ||
font-weight: 650; | ||
} | ||
h2 { | ||
text-align: center; | ||
font-weight: 650; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte nicht die h1 überschreiben
fix: removed padding
No description provided.