-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="neumorphic.css" />
</head>
<body>
<div class="login-div">
<div class="logo"></div>
<div class="title">Button Neumorphic</div>
<div class="sub-title">BETA</div>
<button class="signin-button">
<svg fill="#999" viewBox="0 0 1024 1024">
<path
class="path1"
d="M742.4 409.6h-25.6v-76.8c0-127.043-103.357-230.4-230.4-230.4s-230.4 103.357-230.4 230.4v76.8h-25.6c-42.347 0-76.8 34.453-76.8 76.8v409.6c0 42.347 34.453 76.8 76.8 76.8h512c42.347 0 76.8-34.453 76.8-76.8v-409.6c0-42.347-34.453-76.8-76.8-76.8zM307.2 332.8c0-98.811 80.389-179.2 179.2-179.2s179.2 80.389 179.2 179.2v76.8h-358.4v-76.8zM768 896c0 14.115-11.485 25.6-25.6 25.6h-512c-14.115 0-25.6-11.485-25.6-25.6v-409.6c0-14.115 11.485-25.6 25.6-25.6h512c14.115 0 25.6 11.485 25.6 25.6v409.6z"
></path>
</svg>
Login
</button>
<p>
<button class="button-two">
Button Two
</button>
</p>
</div>
</body>
</html>