"Canvas"
Bootstrap 3.3.0 Snippet by adedayo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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="canvas row" id="digitalcanvas">
<div class="col-lg-12 fadeIn" id="splash">
<div id="mediacontent" class="col-lg-12">
<div class="col-lg-6">
<h1>Menu</h1>
<ul>
<li>Food 1 </li>
<li>Food 2 </li>
<li>Food 2 </li>
</ul>
</div>
<div class="col-lg-6"></div>
</div>
<!-- Instagram Template-->
<div id="debug" class="col-lg-12"></div>
</div>
</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
body
{
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
background-color: #000000;
border: 0;
padding:0;
margin: 0;
height: 100vh;
width: 100vw;
overflow: hidden !important;
}
.canvas{
height: 100vh;
width: 100vw;
text-align: left;
border: 0 solid silver;
display: table-cell;
vertical-align:text-top;
padding:0;
margin: 0;
}
#splash{
background-image: url('../assets/images/background.png');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: center;
position: fixed;
width: 100vw;
height: 100vh;
z-index: -1;
visibility: hidden;
}
#debug{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: