Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created May 28, 2014 07:20
Show Gist options
  • Save hidoos/1050f6feccecfaa21dd6 to your computer and use it in GitHub Desktop.
Save hidoos/1050f6feccecfaa21dd6 to your computer and use it in GitHub Desktop.
代码片断
fieldset{
border:none;
border-top:1px solid #ccc;
padding:0;
}
fieldset>legend{
font-size:12px;
line-height:24px;
margin:0;
padding-right:20px;
}
blockquote{
margin:10px;
padding-left:24px;
border-left:4px solid #D6DBDF;
line-height:1.5;
background:#
}
q{
padding:0;
margin:0;
}
q:before, q:after {
font-family:opensans, monospace;
}
/* 代码片断 */
pre, code {
font-family: "Courier New", Courier, monospace;
white-space: pre-wrap;
word-wrap: break-word;
}
pre {
background: #f8f8f8;
border:1px solid #ddd;
padding: 1em 1.5em;
}
abbr{
padding-bottom:0.1em;
border-bottom:2px solid #ddd;
cursor:pointer;
}
<fieldset>
<legend>profile</legend>
<div class="prifile-mod">
</div>
</fieldset>
<blockquote>
小狼毫輸入法
<q>are field</q>
</blockquote>
<pre>
<code>
var name = "hidoos";
function getname(){
width:200px;
height:200px;
}
</code>
</pre>
<p>
<abbr title="Cascading Style Sheets">CSS</abbr> is Cascading Style Sheets ;
</p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment