Closed rilwis closed 3 years ago
Are the input fields supposed to overlap?
https://deploy-preview-9--frosty-engelbart-5f4783.netlify.app/bamboo/
Hi @ubershmekel,
I've just updated the CSS and CDN link (to better reflect the change in the CSS, due to cache). It looks better now.
PS: While the issue with inputs is fixed, I think a better markup for form fields is:
<p>
<label for="name">Name</label><br>
<input type="text" id="name" name="name">
</p>
Are you suggesting adding a <br>
? Some of the entries don't utilize a newline there such as https://www.cssbed.com/tacit/
I know others don't. But if we go beyond the simple HTML for demos, to use the library in a real website, with other CSS/HTML or libraries, I think that markup with <br>
makes more sense. In real websites, I've never seen people using such markup.
By the way, thanks for the merging!
Add Bamboo CSS, a classless CSS utility for your HTML
https://github.com/rilwis/bamboo