-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (128 loc) · 4.89 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Modern Responsive Form Animation with HTML & CSS</title>
<!-- CSS -->
<link rel="stylesheet" href="./src/styles.css" />
</head>
<body>
<main class="main-container">
<div class="form-container">
<h1 class="title">Modern Responsive Form Animation with HTML & CSS</h1>
<form action="#">
<div class="form-row">
<div class="input-container">
<input type="text" name="name" placeholder="" required />
<div class="underline"></div>
<label for="name">Name</label>
</div>
<div class="input-container">
<input type="text" name="email" placeholder="" required />
<div class="underline"></div>
<label for="email">E-mail</label>
</div>
</div>
<div class="form-row">
<div class="input-container">
<input type="text" name="name" placeholder="" required />
<div class="underline"></div>
<label for="name">Phone</label>
</div>
<div class="input-container">
<select name="slcCountry" id="slcCountry" required>
<option value="" default selected disabled hidden></option>
<option name="Ireland" value="Ireland">Ireland</option>
<option value="Brazil">Brazil</option>
</select>
<div class="underline"></div>
<label for="email">Country</label>
</div>
</div>
<div class="form-row">
<div class="input-container textarea">
<textarea rows="8" cols="80" placeholder=""></textarea>
<br />
<div class="underline"></div>
<label for="">Message</label>
</div>
</div>
<div class="form-row submit-btn">
<div class="input-container">
<input type="submit" value="Enviar" />
</div>
</div>
</form>
</div>
<div class="heart-container">
<span>made with</span>
<svg
class="heart"
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 14"
style="enable-background: new 0 0 16 14"
xml:space="preserve"
>
<style type="text/css">
.st0 {
fill: #231f20;
}
</style>
<path
class="st0"
d="M7.1,13.6L7.1,13.6L1.5,8.3C0.5,7.4,0,6.1,0,4.8V4.7c0-2.3,1.6-4.2,3.7-4.6c1.2-0.2,2.5,0,3.5,0.8
C7.5,1.1,7.8,1.3,8,1.6c0.1-0.2,0.3-0.3,0.4-0.4C8.5,1,8.7,0.9,8.8,0.9l0,0c1-0.7,2.3-1,3.5-0.8C14.4,0.5,16,2.4,16,4.7v0.1
c0,1.3-0.5,2.6-1.5,3.5L9,13.5l-0.1,0.1C8.7,13.9,8.4,14,8,14S7.3,13.9,7.1,13.6L7.1,13.6z M7.5,3.3C7.5,3.3,7.5,3.2,7.5,3.3
L6.9,2.6l0,0l0,0C6.2,1.8,5.1,1.4,4,1.6C2.5,1.9,1.5,3.2,1.5,4.7v0.1c0,0.9,0.4,1.8,1,2.4L8,12.4l5.5-5.2c0.7-0.6,1-1.5,1-2.4V4.7
c0-1.5-1.1-2.8-2.5-3.1c-1.1-0.2-2.2,0.2-2.9,1c0,0,0,0,0,0s0,0,0,0L8.6,3.2c0,0,0,0,0,0C8.4,3.4,8.2,3.5,8,3.5S7.6,3.4,7.5,3.3
L7.5,3.3z"
/>
</svg>
<span>by</span>
<a href="https://www.henriqpohl.com" target="_blank">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 16 16"
style="enable-background: new 0 0 16 16"
xml:space="preserve"
>
<style type="text/css">
.st0 {
fill-rule: evenodd;
clip-rule: evenodd;
fill: #231f20;
}
</style>
<path
class="st0"
d="M10,7C9.7,7,9.5,6.9,9.3,6.7C9.1,6.5,9,6.3,9,6c0-0.2,0.1-0.4,0.2-0.6C8.9,5.2,8.5,5.1,8,5.1
C7.3,5.1,6.6,5.4,6,6C5.4,6.5,5.1,7.2,5.1,8c0,0.8,0.3,1.5,0.8,2s1.3,0.8,2,0.8c0.8,0,1.5-0.3,2-0.8c0.6-0.6,0.8-1.3,0.8-2
c0-0.4-0.1-0.8-0.2-1.2C10.4,7,10.2,7,10,7z"
/>
<path
class="st0"
d="M8,2.1C4.7,2.1,2.1,4.7,2.1,8s2.6,5.9,5.9,5.9s5.9-2.6,5.9-5.9S11.3,2.1,8,2.1z M8,12.8c-2.7,0-4.8-2.2-4.8-4.8
S5.3,3.2,8,3.2s4.8,2.2,4.8,4.8S10.7,12.8,8,12.8z"
/>
<path
class="st0"
d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M8,14.9c-3.8,0-6.9-3.1-6.9-6.9S4.2,1.1,8,1.1
s6.9,3.1,6.9,6.9S11.8,14.9,8,14.9z"
/>
</svg>
</a>
</div>
</main>
</body>
</html>