HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<link href='//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/>
<center><div id="box-news-container">
<p><i class="fa fa-cog fa-spin"></i> Kontaktformular
</p>
<style>
body {
font-family:'Oswald',serif;
text-align: justify;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 1115vh;
}
#box-news-container {
position: relative;
margin: 100px 2.5% auto 2.5%;
width: 95%;
max-width: 500px;
height: atuo;
background: linear-gradient(110deg, #dfe3f1 60%, #dfe3f1 60%);
font-size: 16px;
padding: 20px 10px;
line-height:1.8em;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#box-news-container::before {
position: absolute;
content: '';
width: calc(100% + 4px);
height: calc(100% + 4px);
right: -2px;
top: -2px;
background: linear-gradient(to right, blue, lightblue);
z-index: -1;
}
p {
position: absolute;
top: -18px;
left: 5%;
padding: 1px 20px;
margin: 0;
font-size: 20px;
color:#fff;
font-weight: normal;
background: linear-gradient(-122deg, rgba(255,0,0,0) 10%,rgba(255,0,0,0) 0%,rgba(255,0,0,0) 0%, rgb(61%,19%,100%) 0);
}
.table_kont {
margin: 20px auto;
max-width:550px;
}
.head_kont {
width:500px;
background-color: none;
text-align:left;
padding:10px 40px 5px 25px;
border-radius: 6px;
color: #222222 !important;
border:1px solid #000000;
}
.head_kont span {
font-size:30px;
text-align:center;
margin:20px 25px auto 0;
float:left;
font-weight: bold;
}
.head_kont img {
margin-right:30px;
float:left;
height:60px;
}
.head_kont.daten {
background-size: cover;
background-repeat:no-repeat !important;
background-color:none;
}
#kontaktformular {
background-color: none !important;
padding: 10px 10px 20px 10px;
border: 1px solid #8c8c8c;
box-shadow:6px 6px 8px #aaaaaa;
border-radius: 6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
#kontaktformular .kontakt_label {
display:inline-block;
font-weight:bold;
background:none;
padding:1px 5px;
border-radius:2px;
margin:7px 0 2px 0;
font-size:75%;
color:#000 !important;
}
#kontaktformular .kontakt_lab {
color:#222222 !important;
}
#kontaktformular input:hover, #kontaktformular textarea:hover, #kontaktformular input[type="radio"]:hover {
background:#f5f2f2 !important;
cursor:pointer;
}
#kontaktformular input:focus, #kontaktformular textarea:focus {
background-color: #d9d9d9 !important;
cursor:text;
}
#kontaktformular #nachricht_k {
height: 5em;
}
#kontaktformular .kontakt_form::placeholder {
opacity:0.8;
color: #000000 !important;
}
#kontaktformular .kontakt_form {
width:98%;
border: 1px solid #8c8c8c;
padding:1px 5px;
display: block;
cursor: pointer;
background:#eeeeee !important;
color: #000000 !important;
}
#kontaktformular .button4, #kontaktformular .button5{
background-size: cover;
background-color:#eeeeee;
color:#000 !important;
padding: 3px 5px;
border-radius:2px ;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border:1px solid #eeeeee;
}
#kontaktformular .button5{
float:right;
}
#kontaktformular .button4{
margin-right:10px;
float:left;
}
#kontaktformular .button4:hover, #kontaktformular .button5:hover {
cursor:pointer;
background:#807d7d !important;
}
#kontaktformular #sign {
color: #000000;
float:right;
margin:2px auto 0px auto;
font-size:12px;
}
#kontaktformular input[type="radio"]:hover, #kontaktformular input[type="checkbox"]:hover {
cursor:pointer;
}
#kontaktformular input[type="radio"]:checked {
cursor:default !important;
}
#kontaktformular input, #kontaktformular select, #kontaktformular textarea {
width: auto;
box-shadow:none;
font-size:100% !important;
}
#kontaktformular #Daishi {
color: #000000;
float:center;
margin:2px auto 0px auto;
font-size:12px;
}
</style>
<table class="table_kont">
<tr>
<td>
<!-- Zugesandte Sendeadresse in Zeile 136 unter "action" eintragen -->
<form id="kontaktformular" name="kontaktformular" action="https://form.taxi/s/a4p4vgsf" id="ft-form" method="POST" accept-charset="UTF-8" enctype="multipart/form-data" autocomplete="off">
<!-- Überschrift -->
<table class="table_daten">
<tr>
<td class="head_kont"><img src="https://files.homepagemodules.de/b906480/avatar-bbf0d685-1.jpg"> <label class="kontakt_label">Hausmeisterservice Service Crew Loreth in Dahme/Mark (Dahme)</label><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Meine Verantwortung gegenüber meiner Familie spiegelt sich in meinem Pflichtbewusstsein wider,<br> die ich gegenüber meinem Gewerbe und meinen Kunden empfinde.<br>
An diesen Maßstäben habe ich auch meine Firmenphilosophie ausgerichtet: <br>
Wir setzten bei all unseren Kunden auf eine partnerschaftliche, direkte und damit langfristig erfolgreiche Zusammenarbeit.<br>
Dabei ist uns die persönliche und individuell abgestimmte Beratung besonders wichtig, da sie uns hilft, so schnell und flexibel wie möglich auf Ihre Wünsche zu reagieren.<br>
Durch diese stete Qualitätskontrolle können wir ebenfalls sicherstellen, uns immer weiter zu verbessern.<br>
Ich würde mich freuen, auch Sie bald im Kreis meiner Kunden begrüßen zu dürfen.<br>
Mit freundlichen Grüßen Ihr Christian Loreth</small><br><br>
<br>
<br>
<br>
</tr>
<tr>
<tr>
<tr>
<td class="head_kont daten">
<img src="//files.homepagemodules.de/b906480/a_215_abceadf2.png">
<span>Kontaktformular</span><br>
</tr>
<tr><td> </td></tr>
<tr>
<td class="head_kont daten">
<br>
<br>
<br>
<!-- Radiobutton - Anrede -->
<label class="kontakt_label">*Anrede</label><br>
<label class="kontakt_lab" for="Frau">Frau:</label>
<input type="radio" name=" Anrede" checked="checked" value="Frau">
<label class="kontakt_lab" for="Herr">Herr:</label>
<input type="radio" name=" Anrede" value="Herr">
<br>
<!-- Textfeld einzeilig - Vorname -->
<label for="Vorname" class="kontakt_label">*Vorname:</label>
<input type="text" class="kontakt_form" name=" Vorname" required="required" placeholder="Max">
<!-- Textfeld einzeilig - Nachname -->
<label for="Nachname" class="kontakt_label">*Nachname:</label>
<input type="text" class="kontakt_form" name=" Nachname" required="required" placeholder="Mustermann">
<!-- E-Mail -->
<label for="Absender" class="kontakt_label">*E-Mail-Adresse:</label>
<input type="email" id="absender" class="kontakt_form" name=" Absender" required="required" placeholder="gast@web.de">
<!-- Telefon -->
<label for="Telefon" class="kontakt_label">*Telefon:</label>
<input type="Telefon" id="Telefon" class="kontakt_form" name=" Telefon" required="required" placeholder="1234/567890">
<!-- Textfeld einzeilig - Webseite -->
<label for="Webseite" class="kontakt_label">Webseite:</label>
<input type="text" class="kontakt_form" name="Webseite" placeholder="https://www.server.de">
<br>
<!-- Information -->
<label class="kontakt_label">Information:</label><br>
<label class="kontakt_label">Zuschläge auf die Arbeitszeit:</label><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Freitags (ab 18:00 Uhr) 12 % Zuschlag<br>
Samstagszuschlag:
von 0:00-24:00 Uhr: 25 %<br>
Sonn- und Feiertagszuschlag:
von 0:00-24:00 Uhr: 75 %</small><br>
<br>
<label class="kontakt_label">Anfahrtskosten je Umkreis:</label><br><small style="float:left;margin:2px 0 5px 5px;clear:both;">Dahme/Mark: Fahrtkostenpauschale 5 €<br>
Zieckau: Fahrtkostenpauschale 10,20 €<br>
Jüterbog: Fahrtkostenpauschale 14,65 €<br>
Zossen: Fahrtkostenpauschale 21,90 €</small></label><br>
<br>
<br><br>
<label class="kontakt_label">Gasflaschen-Preise je verbrauchte Gas - Flasche:</label><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Da sich die Füllpreise sich stetig ändern<br>
Gasflasche 5 kg zwischen 15,54 € bis 17,64 €<br>
Da sich die Füllpreise sich stetig ändern<br>
Gasflasche 11 kg zwischen 30,65 € bis 38,74 € <br>
Für das Bezahlen der Flasche kann der Kassenbon vorgelegt werden.</small></label><br>
<br>
<br>
<br>
<br>
<br>
<!-- Datum - Terminwunsch -->
<label for="Terminwunsch" class="kontakt_label">Terminwunsch:</label>
<input type="date" class="kontakt_form" name="Terminwunsch">
<br>
<!-- Checkbox - Information Vormittags nachmittags Ganztägig -->
<input type="checkbox" name="Vormittags erwünscht" value="Ja bitte ich möchte das Sie Vormittags Kommen">Vormittags<br>
<input type="checkbox" name="Nachmittags erwünscht" value="Ja bitte ich möchte das Sie Nachmittags Kommen">Nachmittags<br>
<input type="checkbox" name="Ganztägig erwünscht" value="Ja bitte ich möchte das Sie Ganztägig Kommen">Ganztägig<br>
<br>
<br>
<!-- Checkbox - Dienstleistungen -->
<label class="kontakt_label">Dienstleistungen:</label><br>
<input type="checkbox" name="Dienstleistung" value="Ja bitte ich möchte das Sie Unkraut abflämmen"> Unkraut abflämmen
<br>
<input type="checkbox" name="Dienstleistung" value="Ja bitte ich möchte das Sie Rasenmähen"> Rasenmähen
<br>
<input type="checkbox" name="Dienstleistung" value="Ja bitte ich möchte das Sie die Grabpflege machen"> Grabpflege
<br>
<input type="checkbox" name="Dienstleistung" value="Ja bitte ich möchte das Sie die Heckenschneiden"> Heckenschneiden
<br>
<br>
<br>
<br>
<br>
<!-- Selectbox - Baustellenfotos Vorher / Nacher -->
<label for="Baustellenfotos Vorher / Nacher" class="kontakt_label">Baustellenfotos:</label><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Eine sorgfältige fotografische Dokumentation von Bauprojekten und Sanierungsprojekten bietet zahlreiche Vorteile. Durch die Fotografie kann nicht nur eine umfassende Dokumentation erstellt werden, sondern auch ein Vergleich zwischen dem vorherigen und aktuellen Zustand der Immobilie oder des Projekts durchgeführt werden. Baustellenfotos stellen wichtige Informationsmaterialien für Kunden, Investoren und die Öffentlichkeit dar und können das Vertrauen in das Projekt sowie die beteiligten Unternehmen stärken.</small><br>
<label for="Baustellenfotos Vorher / Nacher" class="kontakt_label">Baustellenfotos Vorher / Nacher:</label><br>
<label for="Baustellenfotos Vorher / Nacher" class="kontakt_label"> <img src="https://i.ibb.co/bzyVn4m/20221007-165317.jpg"></label> <label for="Baustellenfotos Vorher / Nacher" class="kontakt_label"> <img src="https://i.ibb.co/rGLj0gP/20221007-165323.jpg"></label><br>
<br>
<!-- Erlaubnisanfrage -->
<label class="kontakt_label">Erlaubnisanfrage:</label><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Darf ich für den Vorher-Nachher Vergleich von der Arbeit Bilder machen und auf meiner Webseite einfügen?</small><br>
<br> <br>
<input type="checkbox" name="Bild/Fotografieren" value="Ja, Sie dürfen gern Fotos machen!"> Ja, Sie dürfen gern Fotos machen<br>
<input type="checkbox" name="Bild/Fotografieren" value="Nein, bitte keine Fotos machen!"> Nein, bitte keine Fotos machen
<br>
<br>
<!-- Textfeld mehrzeilig - Nachricht -->
<label for="Nachricht" class="kontakt_label">*Nachricht:</label><br>
<textarea id="nachricht_k" class="kontakt_form" name=" Nachricht" required="required" placeholder="Ich habe da eine Frage!"></textarea>
<!-- Checkbox - Bestätigung gewünscht per -->
<label class="kontakt_label">Bestätigung gewünscht per:</label><br>
<input type="radio" name="Terminbestätigung per" value="Telefon" checked>Telefon<br>
<input type="radio" name="Terminbestätigung per" value="E-Mail" checked>E-Mail<br>
<br>
<!-- Checkbox - Datenverarbeitung bestätigt -->
<input type="checkbox" name="Datenverarbeitung bestätigt" value="Ja Ich bin Einverstanden" required>
Ich bestätige, dass ich mit der Verarbeitung meiner Eingaben zum Zwecke der Anfragebearbeitung, einverstanden bin.<br>
<br>
<br>
<!-- Bot- Spamschutz -->
<input type="text" name="_gotcha" value="" style="display:none;">
<!-- Sende-, Abbrech- und Zurück-Button -->
<br>
<input type="submit" class="button4" value="Abschicken"> <input type="reset" class="button4" value="Abbrechen">
<input type="button" class="button5" title="Zur letzten angeschauten Seite wechseln" onClick="parent.location='javascript:history.back()'" value="Zurück"><br>
<br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Felder markiert mit * sind Pflichtfelder.</small>
<br><br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Beachten sie den <a href="https://sites.google.com/view/servicecrewloreth/datenschutz"" target="_blank">Datenschutz</a></small>
<small style="float:left;margin:2px 0 5px 5px;clear:both;">Mit dem Absenden des Formulars fordern Sie eine kostenlose und unverbindliche Information an. Ihre Daten sind sicher und werden nur zur Bearbeitung Ihrer Anfrage verwendet. </small><br>
<label class="kontakt_label">Unser Angebot ist kostenlos und völlig unverbindlich!</label><br>
<br>
<small style="float:left;margin:2px 0 5px 5px;clear:both;"> Christian Loreth<br>
Max-Hannemann-Str.43<br>
15936 Dahme/Mark<br>
<br>
<span style="font-size: 18px;">Rechtsform</span><br>
<br>
<br>
Einzelunternehmen<br>
<br>
<br>
<span style="font-size: 18px;">Umsatzsteuer-ID</span><br>
<br>
<br>
Aufgrund des Kleinunternehmerstatus gem. §19 UStG erheben wir keine Umsatzsteuer und weisen diese daher auch nicht aus.<br>
<br>
<span style="font-size: 18px;">Kontakt</span><br><br>
<br>
☎ (035451) 189864<br>
📱 (0176) 28978863<br>
✉ <a href="mailto:servicecrewloreth@gmail.com" style="text-decoration: none !important;">Service Crew Loreth!</a><br>
☍ <a title="Besuchen Sie doch Service Crew Loreth!" href="https://sites.google.com/view/servicecrewloreth" style="text-decoration: none !important;"> Homepage</a>
</small><br>
<br><br>
</td>
</tr>
</table>
<!-- Signatur -->
<div id="sign"><a href="https://www.hilfe-tricks-tipps.de"" target="_blank">Der Treffpunkt für Hilfe, Tricks & Tipps</a></div>© Hilfe, Tricks & Tipps seit 2006
</form>
</td>
</tr>
</table>
</body>
</html><!-- Signatur Daishi -->
<div id="Daishi">Design basierend auf der Idee von © Daishi</div>
body {
font-family:'Oswald',serif;
text-align: justify;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 5vh;
}
#box-news-container {
position: relative;
margin: 100px 2.5% auto 2.5%;
width: 95%;
max-width: 500px;
height: atuo;
background: linear-gradient(110deg, #dfe3f1 60%, #dfe3f1 60%);
font-size: 16px;
padding: 20px 10px;
line-height:1.8em;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#box-news-container::before {
position: absolute;
content: '';
width: calc(100% + 4px);
height: calc(100% + 4px);
right: -2px;
top: -2px;
background: linear-gradient(to right, blue, lightblue);
z-index: -1;
}
p {
position: absolute;
top: -18px;
left: 5%;
padding: 1px 20px;
margin: 0;
font-size: 20px;
color:#fff;
font-weight: normal;
background: linear-gradient(-122deg, rgba(255,0,0,0) 10%,rgba(255,0,0,0) 0%,rgba(255,0,0,0) 0%, rgb(61%,19%,100%) 0);
}
.table_kont {
margin: 20px auto;
max-width:550px;
}
.head_kont {
width:500px;
background-color: none;
text-align:left;
padding:10px 40px 5px 25px;
border-radius: 6px;
color: #222222 !important;
border:1px solid #000000;
}
.head_kont span {
font-size:30px;
text-align:center;
margin:20px 25px auto 0;
float:left;
font-weight: bold;
}
.head_kont img {
margin-right:30px;
float:left;
height:60px;
}
.head_kont.daten {
background-size: cover;
background-repeat:no-repeat !important;
background-color:none;
}
#kontaktformular {
background-color: none !important;
padding: 10px 10px 20px 10px;
border: 1px solid #8c8c8c;
box-shadow:6px 6px 8px #aaaaaa;
border-radius: 6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
#kontaktformular .kontakt_label {
display:inline-block;
font-weight:bold;
background:none;
padding:1px 5px;
border-radius:2px;
margin:7px 0 2px 0;
font-size:75%;
color:#000 !important;
}
#kontaktformular .kontakt_lab {
color:#222222 !important;
}
#kontaktformular input:hover, #kontaktformular textarea:hover, #kontaktformular input[type="radio"]:hover {
background:#f5f2f2 !important;
cursor:pointer;
}
#kontaktformular input:focus, #kontaktformular textarea:focus {
background-color: #d9d9d9 !important;
cursor:text;
}
#kontaktformular #nachricht_k {
height: 5em;
}
#kontaktformular .kontakt_form::placeholder {
opacity:0.8;
color: #000000 !important;
}
#kontaktformular .kontakt_form {
width:98%;
border: 1px solid #8c8c8c;
padding:1px 5px;
display: block;
cursor: pointer;
background:#eeeeee !important;
color: #000000 !important;
}
#kontaktformular .button4, #kontaktformular .button5{
background-size: cover;
background-color:#eeeeee;
color:#000 !important;
padding: 3px 5px;
border-radius:2px ;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border:1px solid #eeeeee;
}
#kontaktformular .button5{
float:right;
}
#kontaktformular .button4{
margin-right:10px;
float:left;
}
#kontaktformular .button4:hover, #kontaktformular .button5:hover {
cursor:pointer;
background:#807d7d !important;
}
#kontaktformular #sign {
color: #000000;
float:right;
margin:2px auto 0px auto;
font-size:12px;
}
#kontaktformular input[type="radio"]:hover, #kontaktformular input[type="checkbox"]:hover {
cursor:pointer;
}
#kontaktformular input[type="radio"]:checked {
cursor:default !important;
}
#kontaktformular input, #kontaktformular select, #kontaktformular textarea {
width: auto;
box-shadow:none;
font-size:100% !important;
}
Also see: Tab Triggers