26 lines
483 B
CSS
26 lines
483 B
CSS
body
|
|
{
|
|
background-color: #000000;
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
}
|
|
div.candle2
|
|
{
|
|
display: inline-block;
|
|
background-size: cover;
|
|
background-image: url('../images/static/candle2.gif');
|
|
width: 300px;
|
|
height: 200px;
|
|
}
|
|
.ofrenda-frame
|
|
{
|
|
border: 30px solid;
|
|
border-image: url('../images/static/border2.png') 20 20 stretch;
|
|
margin: 16px;
|
|
box-shadow: 10px -20px 20px #000000;
|
|
}
|
|
.ofrenda-frame.border3
|
|
{
|
|
border-image: url('../images/static/border3.png') 20 20 stretch;
|
|
} |