Quick form to help you create a tweet button you can stick on your website.
A Pen by Rick Chadwick on CodePen.
Quick form to help you create a tweet button you can stick on your website.
A Pen by Rick Chadwick on CodePen.
| <p class="inline"> | |
| <label for="test">Label of unknown length:</label> | |
| <span><input type="text" name="test" id="test"></span> | |
| </p> |
| // ******************** | |
| // MIXINS | |
| // ******************** | |
| // ***** | |
| // no-svg | |
| // modernizr adds .no-svg - this will be the fallback | |
| @mixin no-svg { | |
| .no-svg & { @content } |
| <style> | |
| blockquote { | |
| display: inline; | |
| margin: 0; padding: 0; | |
| } | |
| blockquote.pullquote { | |
| padding:0; | |
| margin: 30px 30px 30px 0; | |
| float: left; |