-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex (1).html
83 lines (66 loc) · 2.13 KB
/
index (1).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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>funik log</title>
<style>
/*img{
margin-left:0%;
margin-right:100%;
radius:50%;
}*/
.h{
font-family:"Montserrat";
font-size:30pt;
color:orangered;
position:relative;
margin-left:6px;
}
div{
border-style:groove;
height:400pt;
width:250pt;
border-radius:13px;
border-width:8px;
font-family:cursive;
border-color:black;
resize:auto;
overflow:auto;
background-color:lightgrey;
}
input{
postion:relative;
outline:none;
text-align:center;
font-family:cursive;
display:block;
border-radius:3px 30px 3px;
background-color:lightblue;
color:black;
border-style:none;
width:200pt;
height:40px;
font-size:15px;
}
button{
border-style:none;
border-radius:2px 10px 3px;
background-color:lightskyblue;
width:200pt;
height:40px;
font-family:cursive;
}
</style>
</head>
<center>
<div>
<img src="https://th.bing.com/th/id/R.2a42d7b274bb96d8cc0976555277bea8?rik=78P3LjqrXSkA5Q&riu=http%3a%2f%2fgetdrawings.com%2ffree-icon%2fcool-profile-icons-69.png&ehk=wSrAuMrucfij0k%2bWLPOJBjzoYz1%2bz4pIUyFZ44rWOzg%3d&risl=&pid=ImgRaw&r=0" width="40%" border-radius="50%"/>
<h2 class="h">F-unique</h2>
<br>
<input type="email" placeholder="username or email"/><br><br>
<input type="password" placeholder="password"/><br><br>
<button onclick="alert('Submitted')">Submit</button>
</div>
</center>
</html>