penguin/AstroJS

Javascript framework for my blog

botanjs/src/Astro/Common/Element/Footer.css

raw ยท 405 bytes

footer {
	width: 100%;
	position: relative;
}

.footer_bg {
    margin: 0 auto;
	height: 100%;
}

.flink_section {
	font-family: custom-sans;
	float: left;
	padding: 0.5em;
}

.flink_section > span {
	font-size: 1.5em;
	color: white;
}

.flink_section > a {
	font-size: 1em;
	color: #999;
	display: block;
}

.copysign {
	clear: both;
	color: white;
	text-align: right;
}

.copysign > a {
	color: #BBB;
}