Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
3564ca89
Verified
Commit
3564ca89
authored
Sep 20, 2017
by
Thibaut Broggi
Browse files
Add step 2 field
parent
4c83921c
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
3564ca89
...
...
@@ -134,6 +134,9 @@
</input>
<div
id=
"step2"
>
<h2>
Remplissez le texte à trou
</h2>
<div>
<textarea
placeholder=
"(90 caractères maximum)"
rows=
"8"
id=
"step2value"
></textarea>
</div>
<div
class=
"navButtons"
>
<a
href=
"#step1"
class=
"prevButton"
>
‹
</a>
<a
href=
"#step3"
class=
"nextButton"
>
ÉTAPE SUIVANTE
›
</a>
...
...
style.css
View file @
3564ca89
...
...
@@ -131,7 +131,7 @@ main {
top
:
0
;
left
:
37vw
;
right
:
0
;
background-color
:
#
dde5f1
;
background-color
:
#
ebf3ff
;
min-height
:
100%
;
padding-left
:
40px
;
}
...
...
@@ -145,4 +145,19 @@ main > #output {
main
>
#credits
{
margin-top
:
100px
;
}
div
#step2
textarea
{
margin-left
:
10%
;
width
:
80%
;
padding
:
20px
;
margin-bottom
:
2em
;
}
textarea
,
input
[
type
=
"text"
]
{
background-color
:
#ebf3ff
;
color
:
inherit
;
font-size
:
16px
;
border
:
none
;
resize
:
none
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment