forked from Ajay-bhagal/team_12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooter.css
65 lines (54 loc) · 959 Bytes
/
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
#footer_menu{
display: grid;
grid-template-columns: repeat(6,0.7fr);
justify-content: space-around;
background-color: #545658;
color:white;
font-family: sans-serif;
height:370px;
}
#footer_menu>div{
padding-bottom:80px;
padding-top:40px;
font-size:12px;
margin-left:100px;
width:200px;
}
#footer_menu a{
color: white;
text-decoration: none;
}
p{
margin-top:25px;
}
#footer_copyright{
background-color: #2F3337;
display: flex;
width:100%;
color:white;
font-size:12px;
height:100px;
font-family: sans-serif;
}
#copyrights{
justify-content: center;
padding-left:100px;
margin-top:35px;
}
#address{
margin-top:20px;
}
#copyright_menu{
display: flex;
align-items:center;
margin-left:400px;
}
#cmenu a{
margin-left:30px;
color:white;
text-decoration: none;
}
#flag{
width:25px;
height:20px;
}