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:
britea 2018-11-05 10:11:26 +00:00
parent 7b8366600c
commit 26cf0e65c9
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="menuDesktop"> <div class="menuDesktop">
<span class="boxTitle"> <span class="boxTitle">
<h1 class="title">{{ site.title }}</h1> <h1 class="title">THE SHELL</h1>
</span> </span>
<span class="boxItem"> <span class="boxItem">
<a href="">FILE SYSTEM</a> <a href="">FILE SYSTEM</a>

View File

@ -1,7 +1,6 @@
/*------- GLOBAL ------*/ /*------- GLOBAL ------*/
header { header {
background-color: #333;
text-align:center; text-align:center;
} }
@ -18,6 +17,10 @@ span {
display:none; display:none;
} }
.menuDesktop{
background-color: #333;
}
.boxTitle{ .boxTitle{
background: #000; background: #000;
width: 30%; width: 30%;