c9-core/plugins/c9.ide.plugins/templates/plugin.default/style.css

13 wiersze
261 B
CSS

.helloworld{
padding: 10px;
background: red;
position: absolute;
left: 10px;
top: 10px;
z-index: 100000;
width: 640px;
height: 400px;
background: url("@{image-path}/puppy.jpg");
box-sizing: border-box;
color: white;
}