Skip to content

Instantly share code, notes, and snippets.

@splosch
splosch / index.html
Last active August 29, 2015 14:15
CSS gradient framing for a white box with text
<div class="fancy-border-outer">
<p class="fancy-border-inner">text with colorful gradient frame</p>
</div>
<div class="fancy-border-outer">
<p class="fancy-border-inner">text with colorful <br> gradient frame <br> Testbla</p>
</div>
@splosch
splosch / CSS-riddle.markdown
Last active August 29, 2015 14:15
CSS riddle
@splosch
splosch / index.html
Created February 10, 2015 19:55
★★☆ Rating Me [HTML,CSS,★] ☆★★
<div class="rating">
<input type="radio" name="rating"><label>Really Bad</label>
<input type="radio" name="rating"><label>Bad</label>
<input type="radio" name="rating"><label>Ok</label>
<input type="radio" checked name="rating"><label>Good</label>
<input type="radio" name="rating"><label>Really Good</label>
</div>