-
Notifications
You must be signed in to change notification settings - Fork 2
/
indec.css
95 lines (87 loc) · 1.71 KB
/
indec.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
88
89
90
91
92
93
94
95
*{
margin: 0;
padding: 0;
}
body{
background-color: rgb(238, 236, 236);
}
.nav{
position: fixed;
top: 0;
width: 100%;
height: 10px;
background-color: rgb(255, 255, 255);
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#main{
/* height: 75vh; */
width: 60%;
background-color: rgb(255, 255, 255);
margin:100px auto;
display: flex;
border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.pro{
height: 100%;
width: 60%;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
padding: 10px;
margin-right: 10px;
}
label{
margin: 10px;
font-size: 20px;
}
input{
width: 80%;
padding: 18px;
margin: 10px 10px;
font-size: 15px;
}
.btn{
width: 50%;
padding: 18px;
margin: 15px 100px;
background-color: rgb(16, 117, 125);
border: none;
cursor: pointer;
font-size: 18px;
border-radius: 10px;
}
.btn:hover{
background-color: rgb(178, 240, 240);
}
.ani,.pa{
width: 40%;
margin: 45px 40px 0 0;
/* border: 1px solid red; */
}
#main>.pa>.pay{
/* border: 1px solid black; */
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
height: 30%;
padding: 20px;
line-height: 2;
}
.logo{
width: 18%;
}
h2{
font-size: 28px;
}
#main>.pa>.ani{
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
height: 50%;
width: 90%;
padding: 20px;
line-height: 2;
}
.sh{
color: rgb(0, 87, 0);
font-size: 26px;
text-align: center;
}
img{
width: 100%;
}