Latest solutions
Intro component with sign up form | SASS, JS, gh-pages dependency
#sass/scssSubmitted about 3 years ago
Latest comments
- @R33M4@chriskorsak
Hi,
To address your second paragraph:
My understanding is that <button> and <a> elements are both inline elements, not block-level. That's why they are stacking up on one line. You could wrap each in a block-level element like a <div>, or use a (display: block;) css rule for the element.
Hope this helps, -Chris