This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"$id": "https://example.com/product.schema.json", | |
"title": "Product", | |
"description": "A product in the catalog", | |
"type": "object", | |
"properties": { | |
"Task": { | |
"type": "object" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"name": "OSM Beispiel", | |
"metadata": { | |
"maputnik:license": "https://github.com/maputnik/osm-liberty/blob/gh-pages/LICENSE.md", | |
"maputnik:renderer": "ol", | |
"openmaptiles:version": "3.x" | |
}, | |
"sources": { | |
"openmaptiles": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav> | |
<ul> | |
<li> | |
<a href="#target-1">Link 1</a> | |
</li> | |
<li> | |
<a href="/datei.html">Link 2</a> | |
<ul> | |
<li> | |
<a href="http://web-professionals.ch/files/">Link 1.2</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav> | |
<ul> | |
<li> | |
<a href="#target-1">Link 1</a> | |
</li> | |
<li> | |
<a href="/datei.html">Link 2</a> | |
<ul> | |
<li> | |
<a href="http://web-professionals.ch/files/">Link 1.2</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dic class="error"> | |
<h1>Fehlermeldung</h1> | |
<p> | |
<a href="#irgendwo">Link</a> normaler Text | |
</p> | |
</dic> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="message-error"> | |
<h1>Fehler</h1> | |
<p>Fehler-Blindtext</p> | |
</div> | |
<div class="message-warning"> | |
<h1>Fehler</h1> | |
<p>Fehler-Blindtext</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="container"> | |
<h1>Titel</h1> | |
<nav> | |
<ul> | |
<li><a href="#">Service</a></li> | |
</ul> | |
</nav> | |
</header> | |
<section class="container"> | |
<div id="main-1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header id="page-head"> | |
<h1>CSS Transitions</h1> | |
</header> | |
<section id="page-content"> | |
<p>Inhalt</p> | |
<p><a href="#">Testlink</a></p> | |
</section> | |
<footer id="page-footer"> | |
© 2013 - Web Professional |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article id="story-1" class="story"> | |
<header> | |
<h1>Geschichte 1</h1> | |
</header> | |
<section> | |
Hier drin spielt sich die Geschichte ab... | |
</section> | |
</article> | |
<article id="story-2" class="story"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<h1>Compass CSS3: background-clip</h1> | |
<p>In diesem Pen wird die Verwendung des Background-Clip Mixins gezeigt.</p> | |
</header> | |
<section class="border-box"> | |
<h1>background-clip: border-box</h1> | |
<p>Dieses Element verwendet die Eigenschaft »border-box»</p> | |
<code>@include background-clip(border-box);</code> | |
</section> | |
<section class="padding-box"> |
NewerOlder