Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

ningle http://www.ququ114.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

dzone snippet html

description of your code here
description of your code here
description of your code here

   1  
   2  <style type="text/css">
   3  DIV.post-job-ad {
   4  	background-color: #ff8;
   5  	border-top: 1px dashed #660;
   6  	border-bottom: 1px dashed #660;
   7  	margin-bottom: 10px;
   8  	padding: 8px;
   9  	color: #000;
  10  	text-align: center;
  11  	font-weight: bold;
  12  	font-size: 1.2em;
  13  }
  14  
  15  DIV.post-job-ad EM {
  16  	color: #170;
  17  	font-style: normal;
  18  }
  19  </style>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS