HTML5 valid, Jquery fonctions working
This commit is contained in:
parent
9b570588d4
commit
e86deee36e
3 changed files with 89 additions and 85 deletions
|
|
@ -19,6 +19,7 @@ header
|
|||
#banner
|
||||
{
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
@ -83,8 +84,12 @@ aside
|
|||
padding-right: 10px;
|
||||
background-color: #222222;
|
||||
color: orange;
|
||||
text-align: justify;
|
||||
}
|
||||
aside#info
|
||||
{
|
||||
width: 42%;
|
||||
}
|
||||
|
||||
#arrow
|
||||
{
|
||||
position: absolute;
|
||||
|
|
|
|||
Reference in a new issue