css-team: dektop header
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@32 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
3f02e971c8
commit
28ba479ffd
1 changed files with 5 additions and 1 deletions
|
@ -2,8 +2,12 @@
|
|||
|
||||
header {
|
||||
background-color: #333;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
span {
|
||||
display:inline-block;
|
||||
}
|
||||
/*------- MENU ------*/
|
||||
|
||||
#menuMobile{
|
||||
|
@ -25,7 +29,7 @@ header {
|
|||
|
||||
.title {
|
||||
color: green;
|
||||
padding: 20px 55px 20px 0;
|
||||
padding: 20px 0px;
|
||||
}
|
||||
|
||||
.boxItem a{
|
||||
|
|
Loading…
Reference in a new issue