-
Notifications
You must be signed in to change notification settings - Fork 4
/
jumbotron.php
25 lines (15 loc) · 968 Bytes
/
jumbotron.php
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
<div class="jumbotron hidden-xs hidden-sm">
<div class= "col-xs-8 col-xs-offset-3 col-sm-offset-4 mumma">
<div class= "col-xs-12 jumbo_text">
<p>SVERIGES BÄSTA BLOGG INOM</p>
</div>
</div>
<div class="col-xs-8 col-xs-offset-3 col-sm-offset-4 category_wrapper">
<div class ="col-xs-push-2 col-xs-8 jumbo_klockor
col-sm-offset-1 col-sm-push-0 col-sm-3"><a href="blog.php?cat_watches=true"><p>KLOCKOR</p></a></div>
<div class ="col-xs-push-2 col-xs-8 jumbo_sol
col-sm-push-0 col-sm-4"><a href="blog.php?cat_glasses=true"><p>SOLGLASÖGON</p></a></div>
<div class ="col-xs-push-2 col-xs-8 jumbo_inredning
col-sm-push-0 col-sm-3"><a href="blog.php?cat_interior=true"><p>INREDNING</p></a></div>
</div>
</div>