mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Footer
This commit is contained in:
32
sass/css/header.scss
Normal file
32
sass/css/header.scss
Normal file
@ -0,0 +1,32 @@
|
||||
header {
|
||||
height: 48px;
|
||||
max-width: 1100px;
|
||||
margin: 0 auto 16px auto;
|
||||
padding: 0 4px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#header-logo {
|
||||
float: left;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
#header-menu ul {
|
||||
float: right;
|
||||
list-style-type: none;
|
||||
margin: 9px 0 0 0;
|
||||
}
|
||||
|
||||
#header-menu li {
|
||||
display: inline-block;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
#header-menu a {
|
||||
padding: 8px 8px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#header-menu a:hover, #header-menu a:focus {
|
||||
text-shadow: 1px 2px 1px #ac44ff;
|
||||
}
|
Reference in New Issue
Block a user