beautify_css

This commit is contained in:
Ilya Kantor 2015-03-09 18:51:07 +03:00
parent 5c2f32e184
commit ecf1478e7e
81 changed files with 699 additions and 694 deletions

View file

@ -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;
}