14 lines
156 B
CSS
14 lines
156 B
CSS
|
|
#container {
|
||
|
|
/*display: none;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
#resizable-element {
|
||
|
|
/*display: inline-block;*/
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content {
|
||
|
|
color: red;
|
||
|
|
width: 20px;
|
||
|
|
height: 15px;
|
||
|
|
}
|