14 lines
158 B
CSS
14 lines
158 B
CSS
.img-demo {
|
|
max-width: 50%;
|
|
min-width: 500px;
|
|
}
|
|
|
|
.img-featured {
|
|
width: 100%;
|
|
}
|
|
|
|
/*
|
|
img {
|
|
background-image: url("/static/images/Tag_Molly1.png");
|
|
}
|
|
*/ |