-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (62 loc) · 1.66 KB
/
Copy pathstyle.css
File metadata and controls
63 lines (62 loc) · 1.66 KB
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
body{
background: rgb(81,150,226);
background: linear-gradient(90deg, rgba(81,150,226,1) 0%, rgba(234,113,240,1) 100%);
}
.btn-div{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23); */
margin-top: 40px;
/* background-color: bisque; */
padding: 20px 0px;
/* margin: 10px; */
}
.btn-div button{
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);
border: none;
color: #fff;
margin-right: 10px;
padding: 12px 20px;
text-align: center;
font-size: 15px;
border-radius: 20px;
background-color: transparent;
/* background-color: #fff; */
}
#taxtarea{
/* background-color: #fff; */
font-size: 20px;
border: none;
color: #fff;
outline: none;
padding: 20px;
margin: 20px;
height: 60vh;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
/* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23); */
}
#input{
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0px 6px 6px rgba(0,0,0,0.23);
border: none;
outline: none;
width: 50px;
padding: 10px;
font-size: 15px;
border-radius: 20px;
margin-right: 10px;
color: #fff;
background-color: transparent;
}
#font_Family{
background-color: transparent;
}
input[type="color"]{
background-color: transparent;
}
#font_Family option{
background-color: #000;
}
@media only screen and (max-width:400px){
.btn-div button{
margin: 5px 0px;
}
}