Skip to content

Dept. Communication

Sections
Personal tools
You are here: Home » コンテンツ » CSS(学科サイト研究室用マニュアル)
Views
  • State: published

CSS(学科サイト研究室用マニュアル)

Document Actions
学科サイト研究室用マニュアルのCSS

Click here to get the file

Size 1 kB - File type text/css

File contents

  h1 { text-align: center;
    }

  h2 { border-left: 10px solid rgb(230, 185, 206);
    border-bottom: 5px dotted rgb(230, 185, 206);
    padding-left: 10px;
    margin-right: 200px;
    }

  h3 { border-bottom: 1px dotted rgb(230, 185, 206);
    padding-left: 10px;
    margin-right: 200px;
    }

  strong { font-weight: bold;
	color: #FF0000;
	}

  img { border: 1px solid #C0C0C0;
	margin: 5px;
	}

  ul { list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    }

  .chapter { margin-top: 80px;
    }

  .section { margin-top: 30px;
    }



Last modified 2006-01-11 17:01