css-team:finish header dekstop
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@33 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
28ba479ffd
commit
f8b6572ea3
2 changed files with 5 additions and 2 deletions
site
|
@ -1,6 +1,6 @@
|
|||
<div class="menuDesktop">
|
||||
<span class="boxTitle">
|
||||
<h1 class="title">{{ site.title }}</h1>
|
||||
<h1 class="title">THE SHELL</h1>
|
||||
</span>
|
||||
<span class="boxItem">
|
||||
<a href="">FILE SYSTEM</a>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/*------- GLOBAL ------*/
|
||||
|
||||
header {
|
||||
background-color: #333;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
@ -18,6 +17,10 @@ span {
|
|||
display:none;
|
||||
}
|
||||
|
||||
.menuDesktop{
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.boxTitle{
|
||||
background: #000;
|
||||
width: 30%;
|
||||
|
|
Loading…
Reference in a new issue