forked from Abhinav068/Beautify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.css
76 lines (76 loc) · 1.21 KB
/
footer.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
body{
height: 100vh;
width: 100%;
margin:0;
padding:0;
}
.sec{
width: 100%;
margin: auto;
display: flex;
justify-content: space-evenly;
background-color:#3F414D;
color: white;
padding: 30px;
}
#image img{
width: 30%;
}
.sec2{
width: 100%;
margin: auto;
display: flex;
justify-content: space-evenly;
background-color:#8C8D94;
color: white;
padding: 30px;
}
.sec2>div img{
border-radius: 5px;
}
.sec2 a{
text-decoration: none;
line-height: 10px;
color: white;
}
.subsec3{
width: 100%;
display: flex;
}
.sec3{
width: 80%;
margin: auto;
display: flex;
background-color: rgb(246, 243, 243);
padding: 50px;
text-align: center;
}
.icons{
margin: auto;
}
.subsec4{
width: 50%;
margin: auto;
display: flex;
justify-content: space-evenly;
}
.sec4{
background-color: #FC2779;
text-align: center;
line-height: 4px;
padding: 10px;
color: white;
}
.p2 button{
background-color:#3F414D;
border:1px solid white;
color:white;
border-radius: 2px;
padding: 5px;
}
#input{
background-color:#3F414D;
border: none;
border-bottom: 1px solid white;
color: white;
}