"windows 8 outlook"
Bootstrap 3.0.0 Snippet by Maxthestranger

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="wrap">
<h1 class="Start">Start</h1>
<div class="metro-big chat">
<div class="icon-chat"></div>
<span class="label bottom">Mail</span>
</div>
<div class="metro-big calendar">
<div class="icon-calendar"></div>
<span class="label bottom">Calendar</span>
</div>
<div class="metro-small store">
<div class="icon-store"></div>
<span class="label bottom">Store</span>
</div>
<div class="metro-big ie">
<div class="icon-ie"></div>
<span class="label bottom">Internet Explorer</span>
</div>
<div class="metro-small people last">
<div class="icon-people"></div>
<span class="label bottom">People</span>
</div>
<div class="metro-small chrome">
<div class="icon-chrome"></div>
<span class="label bottom">Chrome</span>
</div>
<div class="metro-big photo">
<img src="https://vbcdn.com/cdn/download/201303281364451244482878444.jpg" class="img-delay-1" />
<span class="label bottom">Photos</span>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200);
*{
margin: 0;
padding: 0;
outline: none;
border: none;
box-sizing: border-box;
}
*:before,
*:after{
box-sizing: border-box;
}
.container{
width: 122%;
background: #000;
}
.wrap,.wrap2{
width: 830px;
height: auto;
margin: 70px 100px;
float: left;
}
.wrap2{
width: 410px !important;
}
div[class^="metro"]{
float: left;
margin: 0 10px 10px 0;
height: 95px;
position: relative;
cursor: pointer;
transition: all .4s ease;
user-drag: element;
border: solid 2px transparent;
}
div[class^="metro"]:hover{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: