-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.html
45 lines (35 loc) · 3.25 KB
/
test.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<template name="test">
<a href="/about"><div class="arrowleftupcorner"><span style="margin-left: 20px">ABOUT</span></div></a>
<div class="arrowrightupcorner screen-only"><div class="circle-stamp-test" style="border: 2px solid white; color: white">FONT<br>TESTER</div></div>
<div class="arrowleftdowncorner screen-only"><a href="/main#index">INDEX</a></div>
<div class="arrowrightdowncorner screen-only"><a href="/main#overview">OVERVIEW</a></div>
<div class="arrowup screen-only"><a href="#up" style="color: white">↓ UP ↑</a></div>
<div class="content-center screen-only">
<a id="up"></a>
<div style="height: 50px; padding-top: 40px;">
<p style="text-align: center; font-family:'Cabin'; letter-spacing: 2px;">DRAG THE BOXES ON THE WHITE SPACE</p>
<p style="text-align: center; font-family:'Cabin'; letter-spacing: 2px">RESIZE WITH THE BOTTOM-RIGHT CORNER</p>
</div></div>
<!--WHITE SQUARE-->
<div style="position: absolute; left: 50%; margin-left: -225px; top: 115px; cursor: move">
<div style="background-color: white; position: relative; width: 450px; height: 500px" class="resizable draggable"></div>
</div>
<!--FONTS LEFT-->
<div style="position: absolute; right: 70%; top: 70px">
<div class="test-box-title draggable resizable fonthover" style="font-family: Asap; letter-spacing: 1px"><p contenteditable="true">TITLE<span class="hover">Asap</span></p></div>
<div contenteditable="true" class="test-box-text draggable resizable fonthover" style="font-family: Asap; letter-spacing: 1px"><span class="hover">Asap</span>Biological specimen or biospecimen, a biological laboratory specimen held by a biorepository for research;</div>
<div class="test-box-title draggable resizable fonthover" style="font-family: Crickx; font-style: italic; letter-spacing: 1px"><p contenteditable="true">TITLE<span class="hover">Crickx</span></p></div>
<div class="test-box-text draggable resizable fonthover" style="font-family: Crickx; font-style: italic; letter-spacing: 2px"><span class="hover">Crickx</span>Type specimen (mineralogy), a reference sample by which a mineral is defined.</div>
<div class="test-box-text draggable resizable"></div>
<div class="test-box-title draggable resizable"></div>
</div><!--END LEFT-->
<!--FONTS RIGHT-->
<div style="position: absolute; left: 70%; top: 70px">
<div class="test-box-title draggable resizable fonthover" style="font-family: Cabin; letter-spacing: 1px"><p contenteditable="true">TITLE<span class="hover">Cabin</span></p></div>
<div contenteditable="true" class="test-box-text draggable resizable fonthover" style="font-family: Cabin; letter-spacing: 2px"><span class="hover">Cabin</span>Sample (material), a limited quantity of something which is intended to be similar to and represent a larger amount of that thing(s).</div>
<div class="test-box-title draggable resizable fonthover" style="font-family: Logisoso; letter-spacing: 1px"><p contenteditable="true">TITLE<span class="hover">Logisoso</span></p></div>
<div class="test-box-text draggable resizable fonthover" style="font-family: Logisoso; letter-spacing: 2px"><span class="hover">Logisoso</span>Type specimen (mineralogy), a reference sample by which a mineral is defined.</div>
<div class="test-box-text draggable resizable"></div>
<div class="test-box-title draggable resizable"></div>
</div><!--END LEFT-->
</template>