html
html
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
<head>
<style>
.footerbody {
background-color:#000000;
bottom:0;
left:0;
right:0;
max-width:100%;
display:flex;
text-align:center;
z-index:10;
position:relative;
width:100%;
height:100%;
padding: 5% 0 0% 0%;
}
.footercolumn{
text-align:center;
width: 32%;
position:relative;
float: left;
}
.row:after {
content: "";
display: table;
clear: both;
}
.img {
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run