【发布时间】:2018-03-05 07:04:17
【问题描述】:
如何在 Materialise CSS 中创建类似于 Bootstrap 4 http://v4-alpha.getbootstrap.com/components/forms/ 中的表单。以下仅显示输入字段的下划线,而不显示包含框?
<input placeholder="Placeholder" id="first_name" type="text" class="validate">
<label for="first_name">First Name</label>
</div>
【问题讨论】:
标签: css html material-design materialize bootstrap-4