forked from amittri1025/Whatsapp-Link-Gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (59 loc) · 1.27 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
.navbar-brand{
font-family:"Dancing Script" ;
font-weight: bolder;
font-size: 30px;
background-image: linear-gradient(to right top, #008793, #00bf72, #a8eb12);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
section.hero{
background-image: linear-gradient(to right top, #008793, #00bf72);
overflow: hidden;
}
input.input-error {
border:1px solid red !important;
box-shadow: 0 0 3px 0 rgba(220, 43, 43, 0.718);
}
.err-msg {
color: red;
font-size: 0.8rem;
display: none;
}
.hero-image{
width: 30%;
margin-left: 800px;
}
.form-control{
padding: 10px;
}
.form-control:focus {
border-color: #13c703;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #13c703;
}
/* Link */
#genLink{
border: 3px solid greenyellow;
padding: 10px;
border-radius: 5px;
word-wrap: break-word;
}
/* whatsbtn */
.wbtn{
display: none;
}
.wbtn.show{
display: block;
}
/* Text on phone */
.magic-num{
margin-top: 0px;
padding: 50px;
color: white;
}
.magic-text{
margin-bottom: 0px;
padding-left: 50px;
padding-bottom: 60px;
color: black;
}