JSFiddle - React, Tailwind, and code Playground

by grafixguy76

HTML

<script src="http://www.americastotalprotection.com/ppc/js/js-image-slider.js"></script>
<!DOCTYPE html>
<!--[if IE 8]> 				 <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->

<head>
	<meta charset="utf-8" />
  <meta name="viewport" content="width=device-width" />
  <title>First Protection</title>

  <link rel="stylesheet" href="css/normalize.css" />
  
  <link rel="stylesheet" href="css/foundation.css" />
  
  <link rel="stylesheet" href="css/ie8fix.css" />
  
 
  <link rel="stylesheet" href="css/main.css" />
    <link rel="stylesheet" href="www.survivalskillz.com/dev/css/960_12_col.css" type="text/css">
  <script src="js/vendor/custom.modernizr.js"></script>
   <link href="http://www.americastotalprotection.com/ppc/css/js-image-slider.css" rel="stylesheet" type="text/css" />
    <script src="http://www.americastotalprotection.com/ppc/js/js-image-slider.js" type="text/javascript"></script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-39385391-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<script type="text/JavaScript" src="https://secure.ifbyphone.com/js/ibp_clickto_referral.js"></script>
<script type="text/JavaScript">
    var _ibp_public_key = "b68f9112162a1a70d008c89adbc829710b2bcee3";
    var _ibp_formatting = true;
    var _ibp_keyword_set = 52634;
</script>	
</head>
<body>

	<div class="row">
		<div class="header large-12 columns">
			<div class="row">
				<div class="large-6 columns">
					<div class="logo">
						<a href="http://www.americastotalprotection.com"><img src="img/logo.png"...

CSS

/* http://www.menucool.com */

#sliderFrame {position:relative;width:375px;left:20px;} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

#ribbon {width:111px;height:111px;position:absolute;top:-4px;left:-4px;background:url(www.northrockdale.com/calendar/ribbon.png) no-repeat;z-index:7;}
        
#slider {
    width:375px;height:300px;/* Make it the same size as your images */
	background:#fff url(www.northrockdale.com/calendar/loading.gif) no-repeat 50% 50%;
	position:relative;
/*make the image slider center-aligned */
    box-shadow: 0px 1px 5px #999999;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background-color:black;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	padding:10px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
	text-align:center;
}
div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
	top:325px; left:150px; /* Its position is relative to the #slider */
	width:150px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

/* each bullet...