-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdesign.html
More file actions
28 lines (19 loc) · 861 Bytes
/
design.html
File metadata and controls
28 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: Design test
---
<style type="text/css">
.anchor {
opacity: .6;
color: rgb(240, 240, 240);
}
.anchor:hover {
opacity: .4;
}
</style>
<p style="background: rgba(70, 142, 204, .5);border-radius: 3px;text-align: center;padding:7px;margin-bottom: 70px;">This page intends to show every component of this website in order to see its appearence and consonance with other components.</p>
<h1 class="title" id="titles"><a href="#titles" class="anchor animate">#</a> Titles</h1>
<h1 class="title" id="buttons"><a href="#buttons" class="anchor animate">#</a> Buttons</h1>
<h1 class="title" id="form"><a href="#form" class="anchor animate">#</a> Form</h1>
<h1 class="title" id="cards"><a href="#cards" class="anchor animate">#</a> Cards</h1>
<h1 class="title" id="tiles"><a href="#tiles" class="anchor animate">#</a> Tiles</h1>