kopia lustrzana https://github.com/c9/core
13 wiersze
261 B
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;
|
||
|
}
|