<div>Tigers are the largest of all wild cats and are renowned for their power and strength. There were once eight tiger subspecies, but three became extinct during the 20th century. Over the last hundred years, hunting and forest destruction have reduced overall tiger populations from hundreds of thousands to perhaps 3,000 to 5,000.</div>
html {
height: 100%;
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2017/tiger_lily.jpg);
background-size: cover;
}
div {
/* relevant styles */
border: solid 1em transparent;
padding: 1em;
box-shadow: 0 0 0 1em #be4c39;
background: #e18728 padding-box;
/* other styles */
box-sizing: border-box;
margin: 1.5em auto;
min-width: 15em; width: 90vw; max-width: 40em;
color: white;
font: 1em/1.25 verdana, sans serif;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.