[ create a new paste ] login | about

Link: http://codepad.org/ZSxb3PNo    [ raw code | fork ]

Plain Text, pasted on Nov 28:
@charset "utf-8";
/* CSS Document */

/* CSS Infomation ==============================
File name: f.css
Description: layout base, 2col
Editors: (´'ω'`)
Last Editor: (´'ω'`)
Date: 2009.11.28
Table of Contents:
	* structure
	* header
	* main
	* footer
============================================= */

#f2 {
	background-color: #333300;
	height: 50px;
	height: 50px;
	padding: 10px;
}

#f2top {
	background-color: #ff0000;
	height: 10px;
	width: 50px;
}

/* floatの土台 */

#f2bottom {
	height: 40px;
	width: 50px;
}

/* float */

#f2left {
	background-color: #ff0000;
	height: 40px;
	width: 10px;
	float: left;
}

#f2right {
	background-color: #333300;
	height: 40px;
	width: 40px;
	float: right;
}

/* float end */


/* float */

#f2right-left {
	height: 40px;
	width: 30px;
	float: left;
}

#f2right-right {
	height: 40px;
	width: 10px;
	float: right;
}

/* float end */

#f2right-left-top {
	height: 10px;
	width: 30px;
}

#f2right-left-bottom {
	background-color: #ff0000;
	height: 10px;
	width: 30px;
}




Create a new paste based on this one


Comments: