Horrible design
This commit is contained in:
parent
4c4d737f9a
commit
8b9ce4aadd
4 changed files with 99 additions and 40 deletions
54
style.css
54
style.css
|
|
@ -3,17 +3,62 @@ body
|
|||
text-align: center;
|
||||
width: 60%;
|
||||
margin: auto;
|
||||
background-color: #545455;
|
||||
}
|
||||
|
||||
header
|
||||
{
|
||||
border-radius: 10px;
|
||||
margin: 10px;
|
||||
padding: 8px;
|
||||
background-color: black;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#banner
|
||||
{
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#introduction
|
||||
{
|
||||
text-align: justify;
|
||||
border: solid;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#introduction article
|
||||
{
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
background-color: white;
|
||||
border: solid;
|
||||
border-radius: 3px;
|
||||
border-radius: 0px;
|
||||
padding: 10px;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
article h2, form h2
|
||||
{
|
||||
background-color: black;
|
||||
color: orange;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
#bonjour
|
||||
{
|
||||
vertical-align: top;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
#fonctionnement
|
||||
{
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
form
|
||||
{
|
||||
border: solid;
|
||||
|
|
@ -21,6 +66,7 @@ form
|
|||
margin-bottom: 20px;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#list
|
||||
|
|
@ -41,13 +87,15 @@ aside
|
|||
box-shadow: 0px 5px 10px black;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: black;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#arrow
|
||||
{
|
||||
position: absolute;
|
||||
margin-left: -40px;
|
||||
margin-top: 100px;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
footer
|
||||
|
|
|
|||
Reference in a new issue