We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d7bcb commit 64b4361Copy full SHA for 64b4361
src/index.html
@@ -88,8 +88,30 @@ <h2 class="tags__title hidden">
88
89
</nav>
90
91
+
92
93
94
<main class="list js-list" data-filter="all">
95
96
+ <a class="list__item app js-app"
97
+ href="https://lpk7.com"
98
+ data-app="Website-Generator"
99
+ data-tags="Tool Social">
100
+ <div class="app__wrapper">
101
+ <h2 class="app__title">
102
+ Website Generator
103
+ </h2>
104
+ </div>
105
+ <style>
106
+ [data-app='ID'] {
107
+ color: #19aef9;
108
+ background: currentColor url(apps/Instant Website Maker LPK7.svg) 50% 50% / 50% auto no-repeat;
109
+ }
110
+ </style>
111
+</a>
112
113
114
115
<a class="list__item app js-app"
116
href="https://airhorner.com/"
117
data-app="air-horner"
0 commit comments