@ustack/uskin
Version:
A graceful framework which provides developers another chance to build an amazing site.
23 lines (22 loc) • 1.13 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tip Sample</title>
<link href="../../dist/css/uskin.css" rel="stylesheet">
<style type="text/css">
div {
margin: 10px;
}
</style>
</head>
<body>
<div class="tip tip-shadow"><strong>Note:</strong> Life is tough, but I'm tougher</div>
<div class="tip tip-info"><strong>Note:</strong> Life is tough, but I'm tougher</div>
<div class="tip tip-success"><strong>Note:</strong> Life is tough, but I'm tougher</div>
<div class="tip tip-warning"><strong>Note:</strong> Life is tough, but I'm tougher</div>
<div class="tip tip-danger"><strong>Note:</strong> Life is tough, but I'm tougher</div>
<div class="tip tip-danger">Professor Cardenas says his recent study shows that more than 99 percent of the river's water does pass through the river's sediment which is on the shore or bottom of the river. But he says the study found that there is so much nitrogen in the river system that is simply can not filter all of it.</div>
</body>
</html>