Skip to content

Commit ed9ad87

Browse files
committed
Update file: jquery-placeholder-by-mathiasbynens.html
1 parent b1b7b9b commit ed9ad87

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

jquery-plugins/jquery-placeholder-by-mathiasbynens.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,27 @@ <h2>Thanks to…</h2>
238238
</div>
239239

240240
<div class="tags mb-2 mt-2">
241-
241+
<a href="https://codehimblog.github.io/tag/form" class="text-decoration-none">
242+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
243+
<i class="bi bi-tag-fill me-2"></i>
244+
<span>form</span>
245+
</div>
246+
</a><a href="https://codehimblog.github.io/tag/placeholder" class="text-decoration-none">
247+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
248+
<i class="bi bi-tag-fill me-2"></i>
249+
<span>placeholder</span>
250+
</div>
251+
</a><a href="https://codehimblog.github.io/tag/jQuery" class="text-decoration-none">
252+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
253+
<i class="bi bi-tag-fill me-2"></i>
254+
<span>jQuery</span>
255+
</div>
256+
</a><a href="https://codehimblog.github.io/tag/jquery-plugin" class="text-decoration-none">
257+
<div class="d-inline-flex align-items-center bg-light border rounded-pill px-3 py-1 me-2 mb-2">
258+
<i class="bi bi-tag-fill me-2"></i>
259+
<span>jquery-plugin</span>
260+
</div>
261+
</a>
242262
</div>
243263

244264
</article>

0 commit comments

Comments
 (0)