diff --git a/index.html b/index.html index 91ca44e..1d15bdb 100644 --- a/index.html +++ b/index.html @@ -9,15 +9,15 @@ var nbAnswer = 1; function add() { - var element = document.createElement("input"); + var element = document.createElement("input"); - element.setAttribute("type", "text"); - element.setAttribute("name", "answer" + nbAnswer); - nbAnswer++; - element.setAttribute("placeholder", "Enter the new answer"); + element.setAttribute("type", "text"); + element.setAttribute("name", "answer" + nbAnswer); + nbAnswer++; + element.setAttribute("placeholder", "Enter the new answer"); - var foo = document.getElementById("answerList"); - foo.appendChild(element); + var foo = document.getElementById("answerList"); + foo.appendChild(element); } @@ -40,8 +40,8 @@

Fonctionnement

- Les questions que vous ajoutez vont être soumise à vérification par une - personne tirée au sort parmis la liste des participants du chan. + Les questions que vous ajoutez vont être soumise à vérification par une + personne tirée au sort parmis la liste des participants du chan.

L'un des principes de ces questions est qu'elle aient un rapport @@ -64,44 +64,44 @@

-
+
- - - - - - + + + + + - - - + + + - - - + + + - - - - + + + +
diff --git a/style.css b/style.css index d8f657b..622be48 100644 --- a/style.css +++ b/style.css @@ -26,6 +26,21 @@ form vertical-align: top; } +#typeOfCourse +{ + display: inline-block; +} + +aside +{ + float: right; +} + +#list +{ + float: left; +} + footer { border-top: solid;