-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput-shape-value.css
87 lines (75 loc) · 1.91 KB
/
input-shape-value.css
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
body {
font-family: "Fira Code", -apple-system, sans-serif;
font-size: 18px;
background-color: white;
}
.container {
height: 400px;
background-image: linear-gradient(109.6deg, rgba(45, 116, 213, 1) 11.2%, rgba(121, 137, 212, 1) 91.2%);
border-radius: 20px;
margin: 160px auto 0 auto;
padding: 40px;
width: 500px;
}
[type="radio"] {
margin: 0 24px 0 50px;
}
#line-under-title {
margin-top: -30px;
margin-bottom: 10px;
}
#reset:hover {
background-image: radial-gradient(circle 400px at 6.8% 8.3%, rgba(255, 244, 169, 1) 0%, rgba(255, 244, 234, 1) 100.2%);
}
#shape {
display: inline-block;
}
#submit {
margin: 10px 0;
transition: all 0.5s;
}
#submit:hover {
background-image: radial-gradient(circle 400px at 6.8% 8.3%, rgba(255, 244, 169, 1) 0%, rgba(255, 244, 234, 1) 100.2%);
}
#title {
margin-top: 13px;
background: -webkit-linear-gradient(#fff, darkblue);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: poppins, monospace, serif;
font-size: 54px;
font-weight: 800;
letter-spacing: 3px;
text-align: center;
text-shadow: 0 -3px lightcyan;
}
.identity {
border: 1px solid grey;
border-radius: 5px;
box-shadow: 0 1px darkblue;
padding: 8px;
width: 370px;
}
.teks {
background: -webkit-linear-gradient(white, antiquewhite);
font-weight: 650;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
button {
background-image: linear-gradient(white, lemonchiffon);
border: 1px solid white;
border-radius: 10px;
box-shadow: 0 1px darkblue;
display: inline-block;
font-size: 20px;
font-weight: 100;
letter-spacing: 1px;
margin: 0 auto;
padding: 10px;
text-align: center;
width: 100%;
}
label {
letter-spacing: 2px;
}