Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
basic-form
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dinh Thanh Truc
basic-form
Commits
9a03aeb1
Commit
9a03aeb1
authored
Jun 29, 2016
by
Dinh Thanh Truc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix review form.htnl and stylesheet.css
parent
c7dbe8b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
22 deletions
+17
-22
form.html
+6
-8
stylesheet.css
+11
-14
No files found.
form.html
View file @
9a03aeb1
...
...
@@ -9,14 +9,14 @@
</head>
<body>
<div
class=
"formDiv"
>
<h1
style=
"text-align: center;"
class=
"header1"
>
Register Form
</h1>
<h1
class=
"header1"
>
Register Form
</h1>
<table>
<tr
style=
"height:20px"
>
<tr>
<td></td>
<td>
<p
class=
"error"
>
Input error
</p>
</t
d
>
</t
r
>
</t
r
>
</t
d
>
<tr>
<td
class=
"labelTd"
><label
for=
"firstName"
class=
"registLabel"
>
First Name
</label></td>
<td><input
class=
"registInput"
id=
"firstName"
placeholder=
"First Name"
/></td>
...
...
@@ -41,7 +41,5 @@
</tr>
</table>
</div>
</body>
</html>
</body>
</html>
stylesheet.css
View file @
9a03aeb1
body
,
h1
,
h2
,
form
,
button
,
input
{
font-size
:
14px
;
font-family
:
Arial
,
sans-serif
}
tr
:first-child
{
height
:
20px
}
.formDiv
{
margin
:
0
auto
;
width
:
1171px
;
...
...
@@ -5,23 +12,19 @@
border
:
1px
solid
}
.header1
{
font-family
:
Arial
;
font-size
:
28px
;
font-weight
:
normal
;
margin-top
:
20px
;
margin-bottom
:
10px
margin-bottom
:
10px
;
text-align
:
center
}
.error
{
font-size
:
14px
;
font-family
:
Arial
;
display
:
none
;
padding
:
0
;
margin
:
0
;
background-color
:
pink
}
.registLabel
{
font-size
:
14px
;
font-family
:
Arial
;
padding-right
:
15px
;
float
:
right
;
}
...
...
@@ -33,22 +36,16 @@
margin-bottom
:
8px
;
border-radius
:
5px
;
border
:
1px
solid
gray
;
font-size
:
14px
;
font-family
:
Arial
;
}
::-webkit-input-placeholder
{
font-size
:
14px
;
font-family
:
Arial
;
}
.labelTd
{
width
:
183px
;
background-color
:
white
;
font-weight
:
bold
;
}
#register
{
table
button
{
width
:
77px
;
height
:
33px
;
font-size
:
14px
;
background-color
:
white
;
border-radius
:
5px
;
border
:
1px
solid
gray
;
...
...
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