-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.css
More file actions
64 lines (59 loc) · 851 Bytes
/
Copy pathfooter.css
File metadata and controls
64 lines (59 loc) · 851 Bytes
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
.row1{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;flex-wrap: wrap;
display: flex;
}
.b{
background-color:red;
color:white;
padding-top:100px;
padding-bottom:64px;
margin-top:80px;
justify-content:space-around;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
margin-bottom:0px;
padding-top:20px;
padding-bottom:10px;
}
#jfe{
color: red;
font-family: 'Bangers', cursive;
font-size:xxx-large;
}
@media(max-width: 415px){
#jfe{
padding-left: 3px;
padding-top: 30px;
}
#jfe1{
padding-top: 40px;
}
a{
padding: 8px;
}
ul{
text-align: center;
}
}
@media(max-width: 321px){
#jfe{
margin-left: 17px;
}
#jfe2{
margin-left: 17px;
}
ul{
padding-left: 0;
text-align: center;
padding-top: 30px;
}
}