Added footer css
This commit is contained in:
@@ -112,11 +112,10 @@
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
/* Three columns side by side */
|
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
/*width: 33.3%;*/
|
margin-top: 50px;
|
||||||
margin-top: 50px;
|
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,6 +112,16 @@
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 20px;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user