Added footer css

This commit is contained in:
smileomi18
2018-11-23 16:19:15 +05:30
parent dc3a51e24f
commit bde8e131ee
2 changed files with 13 additions and 4 deletions

View File

@@ -112,11 +112,10 @@
margin-bottom: 0px;
margin-top: 20px;
}
/* Three columns side by side */
.column {
.column {
float: left;
/*width: 33.3%;*/
margin-top: 50px;
margin-top: 50px;
margin-bottom: 16px;
padding: 0 20px;
}

View File

@@ -112,6 +112,16 @@
margin-bottom: 0px;
margin-top: 20px;
}
footer {
font-family: Roboto, sans-serif;
font-weight: 300;
text-align: center;
background-color: hsl(8, 70%, 54%);
color: white;
padding-bottom: 20px;
padding-top: 20px;
}
</style>
</head>