style
This commit is contained in:
parent
87604f4cd7
commit
c2eda31051
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
<section id="Form">
|
<section id="Form">
|
||||||
<aside id="info">
|
<aside id="info">
|
||||||
|
<img src="left_triangle2.gif" id="arrow" alt=""/>
|
||||||
<h3>Quelques détails</h3>
|
<h3>Quelques détails</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -73,8 +73,6 @@
|
|||||||
Indiquez la matière sur laquelle porte la question lui permettre
|
Indiquez la matière sur laquelle porte la question lui permettre
|
||||||
d'aller plus vite.<br/>
|
d'aller plus vite.<br/>
|
||||||
|
|
||||||
Si la question a été trouvée sur un ancien partiel ou sur le cours,
|
|
||||||
vous pouvez insérer ici l'url du document en question.
|
|
||||||
</p>
|
</p>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
22
style.css
22
style.css
@ -1,7 +1,7 @@
|
|||||||
body
|
body
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 80%;
|
width: 60%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,6 +19,14 @@ form
|
|||||||
border: solid;
|
border: solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
text-align: left;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#list
|
||||||
|
{
|
||||||
|
padding-top: 100px;
|
||||||
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#q
|
#q
|
||||||
@ -30,8 +38,16 @@ aside
|
|||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
border-left: solid;
|
box-shadow: 0px 5px 10px black;
|
||||||
padding: 10px;
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#arrow
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -40px;
|
||||||
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer
|
footer
|
||||||
|
Reference in New Issue
Block a user