-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.76 KB
/
index.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
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DROPLET UI</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="parallax">
<div class="navbar1">
<div>
<a href="index.html"
><img class="logo" src="./images/logo-white-big.png" alt=""
/></a>
</div>
<ul class="right-nav1">
<li><a href="">Home</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
<div class="center-container-component-white-margin-below">
<div class="flex-stack-col">
<div class="about-heading">Installation</div>
<div class="justify1">
Copy and paste the code in the head tag of your html document and
browse through the components to check the different styles available.
</div>
<div>
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=seti&wt=none&l=auto&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=0px&ph=0px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false&code=%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522https%253A%252F%252Fdropletui.netlify.app%252Fstyle.css%2522%253E"
style="
width: 680px;
height: 93px;
border: 0;
transform: scale(1);
overflow: hidden;
"
sandbox="allow-scripts allow-same-origin"
>
</iframe>
</div>
</div>
</div>
</body>
</html>