Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
But 1 Semestre 2
CV_Site_Web
Commits
12a35e7c
Commit
12a35e7c
authored
Jan 13, 2022
by
Baptiste HEYRENDT
Browse files
Création formualire
parent
4b89cbe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CV_Web.html
View file @
12a35e7c
...
...
@@ -209,23 +209,26 @@
<div
class=
"Section_Line"
></div>
<div
class=
"Section_Title"
>
Contact me
</div>
<div
class=
"Section_Line"
></div>
</div>
<div
class=
"Formulaire"
>
<div>
<select
name=
"Civility"
id=
"Civility"
>
<option
value=
"Autre"
>
Autre
</option>
<option
value=
"Male"
>
Male
</option>
<option
value=
"Female"
>
Female
</option>
<option
value=
"NonBinaire"
>
Non Binaire
</option>
</select>
<input
type=
"text"
name=
"NomPrenom"
id=
"NomPrenom"
>
</div>
<div>
<input
type=
"text"
name=
"Addresse"
id=
"Addresse"
>
</div>
<div>
<input
type=
"text"
name=
"Msg"
id=
"Msg"
>
<div
class=
"Formulaire"
>
<div
class=
"Formulaire_Civ_Name Light"
>
Civilité :
<select
name=
"Civility"
id=
"Civility"
>
<option
value=
"Autre"
>
Autre
</option>
<option
value=
"Male"
>
Male
</option>
<option
value=
"Female"
>
Female
</option>
<option
value=
"NonBinaire"
>
Non Binaire
</option>
</select>
Nom et prénom
<input
type=
"text"
name=
"NomPrenom"
id=
"NomPrenom"
>
</div>
<div>
<input
type=
"text"
name=
"Addresse"
id=
"Addresse"
>
</div>
<div>
<input
type=
"text"
name=
"Msg"
id=
"Msg"
>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
Style.css
View file @
12a35e7c
...
...
@@ -341,4 +341,16 @@ progress::-webkit-progress-bar {
.ContactMe
.Formulaire
{
margin-top
:
120px
;
}
.ContactMe
.Formulaire
{
display
:
flex
;
flex-direction
:
column
;
width
:
60%
;
justify-content
:
center
;
margin
:
auto
}
.Formulaire_Civ_Name
{
color
:
#1A1A1A
;
}
\ 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