Pretty hacky attempt at recreating the floating screensaver for the Photo Gallery #CodePenChallenge with only CSS 🤣
A Pen by Ryan Mulligan on CodePen.
Pretty hacky attempt at recreating the floating screensaver for the Photo Gallery #CodePenChallenge with only CSS 🤣
A Pen by Ryan Mulligan on CodePen.
Turn airplane mode on and off! inspired by a Dribbble shot: https://dribbble.com/shots/9748924-Airplane-Mode-Toggle
A Pen by Kiarash Zarinmehr on CodePen.
Animating characters in verbs to represent their action. Leave a comment if there's a word you'd like to see added and animated on this list.
Part two: https://codepen.io/hexagoncircle/pen/OJLxWKq
Part three: https://codepen.io/hexagoncircle/pen/oNvMLRQ
A Pen by Ryan Mulligan on CodePen.
| <h1>Top England Goal Scorers</h1> | |
| <table class="zigzag"> | |
| <thead> | |
| <tr> | |
| <th class="header">Player</th> | |
| <th class="header">Goals</th> | |
| <th class="header">First</th> | |
| <th class="header">Latest</th> | |
| </tr> |
Inspired by Dwinawan https://dribbble.com/shots/2425824--Exploration-Book-Store-Website
A Pen by Aysenur Turk on CodePen.
| <div id="article-cover"> | |
| <div id="app-title">Select and share</div> | |
| <div id="article-content"> | |
| <article id="article"> | |
| <header>The 25 Most Read Bible Verses</header> | |
| <section> | |
| <h1>Jeremiah 29:11</h1> | |
| <p><b>11</b> For I know the plans I have for you," declares the LORD, "plans to prosper you and not to harm you, plans to give you hope and a future.</p> | |
| </section> | |
| <section> |
A Pen by Catalin Rosu on CodePen.
| #wrap | |
| %form.signup | |
| %input.email{:type => "email", :placeholder => "email", :maxlength => "24"}/ | |
| %input.submit{:type => "submit", :value => "Subscribe"}/ | |
| .field | |
| .pipe | |
| -10.times do | |
| .fireworks |