-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtvaranform.css
79 lines (72 loc) · 1.4 KB
/
tvaranform.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: rgb(250, 250, 250);
font-family: sans-serif;
}
.container{
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.subcontainer{
width: 500px;
height: 75%;
background-color: white;
border:2px solid white;
border-radius:12px 12px 12px 12px;
}
.text{
/* border: 1px solid; */
height:85px;
text-align: center;
font-size: 23px;
margin-top:7px;
}
.user{
/* border: 1px solid; */
height:85px;
font-size: 25px;
margin-top:10px;
}
.user input{
width:100%;
height:75%;
font-size: 30px;
border-top-style: hidden;
border-right-style: hidden;
border-left-style: hidden;
border-bottom-style: groove transparent;
background-color: #eee;
outline: none;
background-color: white;
}
.slider{
width:100%;
height:75%;
font-size: 30px;
border-top-style: hidden;
border-right-style: hidden;
border-left-style: hidden;
border-bottom-style: groove transparent;
background-color: #eee;
outline: none;
background-color: white;
}
.fp{
/* border: 1px solid; */
height: 40px;
margin-top: 10px;
text-align: right;
}
button{
height:53px;
width: 100%;
border-radius: 25px 25px 25px 25px;
font-size: 22px;
}