实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style> 
5
.container
6
{
7
width:300px;
8
border:1px dotted black;
9
10
/* Firefox */
11
display:-moz-box;
12
-moz-box-orient:horizontal;
13
-moz-box-lines:multiple;
14
15
/* Safari and Chrome */
16
display:-webkit-box;
17
-webkit-box-orient:horizontal;
18
-webkit-box-lines:multiple;
19
20
/* W3C */
21
display:box;
22
box-orient:horizontal;