Your IP : 216.73.217.62


Current Path : /home/kamilrogam/komp/2017/blog/style/
Upload File :
Current File : /home/kamilrogam/komp/2017/blog/style/style.css

#site
{
	width: 1000px;
	margin: 0 auto;
}

#top
{
	height: 200px;
	background: black;
}
#middle
{
	background: url(../imgs/tlo.png);
}

#content
{
	width: 750px;
	float: left;
	background: #eeeeee;
}

.post
{
	border-bottom: 1px solid grey;
	padding: 10px;
	margin: 10px 10px 20px 10px;
}
.post h2
{
	font-size: 20px;
	text-shadow: 1px 1px 1px grey;
}

.post h3
{
	font-size: 14px;
	color: grey;
}

#sidebar
{
	width: 250px;
	float: left;
	background: orange;
}

#bottom
{
	height: 50px;
	background: black;
	position: relative;
}

#bottom p
{
	margin: 0;
	padding: 10px 0;
}