BS Alert Test

by Rowan Hamilton

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<div class="pageMessage">
<h2>
This is a warning Message ! This is a warning Message ! This is a warning Message ! This is a warning Message ! This is a warning Message ! This is a warning Message !
</h2>
</div>

CSS

.pageMessage{
	position:fixed;
	top: 5%;
	right: 2%;
	background-color: #43434f;
	opacity: 0.9;
	color: #fff;
	font-size: 8px;
	text-align:center;
	padding: 10px;
	width: 200px;
	height:auto;
	border:solid;
	border-color: #43434f;
	border-width: 3px;
	z-index: 1000;
	border-radius: 8px;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
}