-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (56 loc) · 1.12 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
/* /* .mid{
float: left;
width: 60%;
align-items: center ;
} */
.boxes {
display: flex;
padding: 60px;
align-items: center;
justify-content: center;
justify-content: space-between;
max-width: 1100px;
margin: 0 auto;
}
.b1 {
width: 320px;
height: 420px;
position: relative;
margin: 30px;
}
.b2 {
width: 100%;
height: 80%;
position: absolute;
top: 0px;
left: 0px;
opacity: 1;
background: #ffffff;
border: 1px solid #dfdfdf;
box-shadow: 0px 64px 194px rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
.overlay {
z-index: 3;
margin: 180px;
background: #ffffff;
border: 1px solid #dfdfdf;
box-shadow: 0px 64px 194px rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #7289c900;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-white {
color: #040404!important;
}