|
|
@@ -84,6 +84,12 @@
|
|
|
</div>
|
|
|
<button class="form__submit button button-success" type="submit">Go</button>
|
|
|
</form>
|
|
|
+
|
|
|
+ <h1>Tag-like forms</h1>
|
|
|
+ <form class="form form--inline" action="#" method="post">
|
|
|
+ <h1 class="form__title">the tag</h1>
|
|
|
+ <button class="form__submit button button--inline" type="submit">×</button>
|
|
|
+ </form>
|
|
|
</body>
|
|
|
|
|
|
</html>
|