Skip to content

Instantly share code, notes, and snippets.

View NatalieLukaniuk's full-sized avatar

Natalie Lukaniuk NatalieLukaniuk

View GitHub Profile
<!-- content to be placed inside <body>…</body> -->
<p><style></style></p>
<h1 id="container_ex1_inlinebeforecontentfontstyleitalic"><a href="#container_ex1_inlinebeforecontentfontstyleitalic">container_ex1_inline::before { content:"!!!!!"; font-style:italic; }</a></h1>
<h1 id="container_ex1_inlineaftercontentfontweightbold"><a href="#container_ex1_inlineaftercontentfontweightbold">container_ex1_inline::after { content:"!!!!!"; font-weight:bold; }</a></h1>
<p></p>
<p id="container_ex1_inline" style="background-color: yellow;">В этом контейнере есть не только этот текст</p>
<!-- content to be placed inside <body>…</body> -->
<p><style></style></p>
<h1 id="container_ex1_inlinebeforecontentfontstyleitalic"><a href="#container_ex1_inlinebeforecontentfontstyleitalic">container_ex1_inline::before { content:"!!!!!"; font-style:italic; }</a></h1>
<h1 id="container_ex1_inlineaftercontentfontweightbold"><a href="#container_ex1_inlineaftercontentfontweightbold">container_ex1_inline::after { content:"!!!!!"; font-weight:bold; }</a></h1>
<p></p>
<p id="container_ex1_inline" style="background-color: yellow;">В этом контейнере есть не только этот текст</p>
figure img {
border: 1px solid #ccc;
}
.tutorial section {
overflow: visible;
}
.tutorial section iframe {
width: 100%;
border: none;
}
#inherit-buttons {
margin-left: 15px;
margin-top: 20px;
display: inline-block;
vertical-align: top;
}
#inherit-buttons button {
display: block;
margin-bottom: 10px;
}
<div class="dateRangePicker">
<label for="start">Начало:</label>
<input type="date" name="startDate" id="start">
<br>
<label for="end">Конец:</label>
<input type="date" name="endDate" id="end">
</div>
.outer {
border: 2px solid brown;
border-radius: 1em;
background: red;
font-size: 20pt;
width: 14em;
height: 7em;
text-align: center;
}
.boilerplate {
/* demo */
.outer {
border: 2px solid brown;
border-radius: 1em;
background: red;
font-size: 20pt;
width: 12em;
height: 7em;
text-align: center;
}
.boilerplate {
.outer {
border: 2px solid brown;
border-radius: 1em;
background: red;
font-size: 20pt;
width: 12em;
height: 7em;
text-align: center;
}
.boilerplate {
@NatalieLukaniuk
NatalieLukaniuk / dabblet.css
Created August 26, 2013 10:06
labeled-ins-block
/* labeled-ins-block */
.labeled-ins-block {
display: block;
border-left: 0.75em solid #47ad09;
padding-left: 0.5em;
}
.labeled-ins-block:before {
position: relative;