CSS
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
margin: 0;
}
p {
margin: 0;
}
#boxes {
margin: 0;
height: 400px;
width: 100%;
position: relative;
float: left;
}
#box1 {
background: #109ed1;
width: 16.6%;
height: 100px;
float: left;
}
#box1uitleg {
margin-top: 0px;
background: #000;
color:#fff;
height: 100px;
width: 16.6%;
position:absolute;
z-index: 2;
top:0;
opacity: 0.6
}