@ustack/uskin
Version:
A graceful framework which provides developers another chance to build an amazing site.
35 lines (34 loc) • 1.96 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Panel Sample</title>
<link href="../../dist/css/uskin.css" rel="stylesheet">
<style type="text/css">
div.panel {
margin: 10px;
}
</style>
</head>
<body>
<div class="panel">
<div class="panel-hd">
Crashed Russian Plane Broke Up in the Air
</div>
<div class="panel-bd">
<p>Meanwhile in Russia, an outpouring of grief gripped the historic city of St. Petersburg, home of many of the victims. President Vladimir Putin declared a nationwide day of mourning, and flags flew at half-staff.</p>
<p>viation experts joined the searchers in a remote part of the Sinai, seeking any clues to what caused the Metrojet Airbus A321-200 to plummet abruptly from 31,000 feet just 23 minutes after it departed from the Red Sea resort of Sharm el-Sheikh bound for St. Petersburg.</p>
</div>
</div>
<div class="panel">
<div class="panel-hd">
Taylor Swift Songs Sound Incredibly Soothing as Lullabies
</div>
<div class="panel-bd">
ot quite ready to introduce your infant to Taylor Swift? Then ease them into Swiftie-hood with these lullaby versions of her greatest hits, brought you to by Rockabye Baby! The album (which is available for purchase on iTunes) offers gentle, twinkly, super-soothing versions of recent hits like “Bad Blood” and “Blank Space” along with old classics like “Love Story” and “You Belong With Me.”<br/>
You’ll hear the melodies you know and love reimagined with xylophones, bells and wood blocks. If you don’t have an infant you need to lure to sleep, we recommend just listening on your own. The songs will make great background music to keep you calm while you work or try to figure out how your health insurance works.
</div>
</div>
</body>
</html>