Skip to content

Commit 1cf3e59

Browse files
save file
1 parent 240884e commit 1cf3e59

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
{vertical-align:middle}
142142

143143

144-
144+
.link-highlight
145+
{border:1px solid lightgray;padding:10px 20px;cursor:pointer;border-radius:3px}
145146

146147

147148
</style>
@@ -189,9 +190,11 @@ <h3 class=heading>
189190
Like npm, but for markup: browse, copy, remix, and drop into your project.
190191
</p>
191192
</div>
192-
<div style='text-align:right'>
193+
</div>
194+
<div style='text-align:right'>
195+
<span class=link-highlight>
193196
read the docs : getting starting
194-
</div>
197+
</span>
195198
</div>
196199
</a>
197200

@@ -260,7 +263,7 @@ <h3 class=heading>
260263
<div style='text-align:right'>
261264

262265
<a style='display:block' href='html-components/html-components-list/html-components-list.html'>
263-
<span class=link-text>
266+
<span class='link-text link-highlight'>
264267
see the full list of components
265268
</span>
266269
</a>

0 commit comments

Comments
 (0)