Skip to content

Instantly share code, notes, and snippets.

View rssems's full-sized avatar

Selçuk Saydam rssems

View GitHub Profile
@rssems
rssems / RSS Testing.html
Created February 4, 2013 13:48
WebMagazin.Co Test
<h1>Daha iyi web için!</h1>
input:checked { background: green; }
<input type="checkbox"/> <p>Web Magazin</p>
input[type=checkbox]:checked ~ p {
color: red;
}
<input type="checkbox" id="button" />
<label for="button">TIKLA</label>
<p>Web Magazin</p>
<div class="rss">
<input type="checkbox" id="buttonThree" />
<label for="buttonThree"> <!-- class="attention" -->
<i></i>
</label>
</div><!-- /rss -->
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
<a href="#id">TIKLA</a> <p id="id">Web Magazin</p>
p:target { color: red; }
<span tabindex="0">TIKLA</span> <p>Web Magazin</p>