Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created December 2, 2013 12:42
Show Gist options
  • Save hidoos/7748922 to your computer and use it in GitHub Desktop.
Save hidoos/7748922 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.demo{
background:#c2efcf;
width:500px;
padding:10px;
height:200px;
}
p{
/* 固定宽度 */
width:100px;
background:#c2fefe;
padding:10px;
margin:0 auto;
}
<!-- content to be placed inside <body>…</body> -->
<div class="demo">
<p>我就是那个要居中的元素</p>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
@hidoos
Copy link
Author

hidoos commented Dec 2, 2013

疑问???

CSS21规范中,write-modederiction 是什么意思?

write-mode
derection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment