beautify_css
This commit is contained in:
parent
5c2f32e184
commit
ecf1478e7e
81 changed files with 699 additions and 694 deletions
|
@ -1,21 +1,21 @@
|
|||
#blue {
|
||||
background:blue;
|
||||
width:160px;
|
||||
height:160px;
|
||||
position:relative;
|
||||
background: blue;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
#red {
|
||||
background:red;
|
||||
width:70px;
|
||||
height:70px;
|
||||
position:absolute;
|
||||
left:20px;
|
||||
top:20px;
|
||||
background: red;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
#text {
|
||||
display: block;
|
||||
height:100px;
|
||||
width:400px;
|
||||
height: 100px;
|
||||
width: 400px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue