Added logo, striped lower boxes.
parent
a8a675616c
commit
f974e2c9d6
|
@ -78,8 +78,17 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
text-align: center;
|
text-align: left;
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
|
margin-left: -67px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo img {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo .row > div:first-child {
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.open {
|
.open {
|
||||||
|
@ -109,3 +118,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
.busses h1:first-child, .cfl h1:first-child, .events h1:first-child, .news h1:first-child {
|
.busses h1:first-child, .cfl h1:first-child, .events h1:first-child, .news h1:first-child {
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.events, .cfl {
|
||||||
|
background-color: #e7e7e7;
|
||||||
|
}
|
||||||
|
|
11
index.html
11
index.html
|
@ -15,8 +15,15 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 col-md-4 logo">
|
<div class="col-sm-12 col-md-4 logo">
|
||||||
Level2
|
<div class="row">
|
||||||
<div class="hackers"></div>
|
<div class="col-xs-6">
|
||||||
|
<img src='http://level2.lu/img/logo.png'/>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-6">
|
||||||
|
Level2
|
||||||
|
<div class="hackers"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-6 col-md-4">
|
<div class="col-sm-6 col-md-4">
|
||||||
|
|
Loading…
Reference in New Issue