-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStylePaiment.css
More file actions
100 lines (78 loc) · 1.42 KB
/
Copy pathStylePaiment.css
File metadata and controls
100 lines (78 loc) · 1.42 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
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
96
97
98
99
100
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Carrois+Gothic&family=Poppins:wght@500&family=Share+Tech&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Lato:wght@300&display=swap');
body{
margin-top: 200px;
margin: 0;
padding: 0;
height: 100vh;
}
.collapse li{
margin: 0 20px;
font-size:large;
}
.collapse li i{
margin: 0 30px;
}
.d-flex i{
color: black;
}
.paiement{
margin-top: 100px;
margin-bottom: 100px;
text-align: center;
}
input{
text-align: center;
border: solid;
border-color: black;
}
label{
padding: 30px;
}
#submit{
margin-top: 30px;
background-color: #ff931e;
height: 50px;
padding-right: 30px;
padding-left: 30px;
border: null;
}
/*footer*/
footer{
margin: 20px 20px 20px;
width: 100%;
height : 400px ;
background-color: #c0c0c0;
color : black ;
padding: 70px 0;
font-family: 'Poppins', sans-serif;
}
.col h5{
font-size: 18px;
color: black;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.col h5::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #A61510;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.col img{
text-align:center;
margin:20px;
display:flex
}
.col ul i{
margin: 10px;
}
.col ul li{
font-size: 4Opx;
}