«前の日記(2004-10-24) 最新 次の日記(2004-10-26)» 編集 RSS feed

tutumix diary

Life is tough and if you are stupid, life is really tough.
We don't stop playing because we grow old; we grow old because we stop playing


2004-10-25 月曜日 [長年日記]

[memo] tdiary

div.main {
	margin-left: 25%;
         font-size: 100%;
         font-weight: normal
}
div.sidebar {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 25%;
	font-size: 80%;
	padding: 2px 2px 100% 2px;
	border-style: solid;
	border-color: #3faf43;
	border-width: 1px;
	color: #000;
	background-color: #cfd;
}

ページの先頭へ▲