Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ahjoyo
/
idc0007
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
687662bf
authored
Feb 25, 2019
by
Joyon Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
99b633aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
7 deletions
create.html
create_style.css
register_css.css
create.html
View file @
687662bf
...
...
@@ -22,7 +22,7 @@
<h2>
Create List
</h2>
<form
action =
"web tech.html"
method=
"POST"
>
Date :
<input
type=
"date"
name=
"date"
align:center
>
<br>
<br>
Date :
<input
type=
"date"
name=
"date"
>
<br>
<br>
Time :
<input
type =
"time"
name =
"time"
>
<br>
<br>
Task :
<textarea
rows =
"6"
cols=
"40"
></textarea>
<br>
<br>
...
...
create_style.css
View file @
687662bf
...
...
@@ -73,7 +73,7 @@ html, body {
}
input
{
input
{
width
:
auto
;
padding
:
12px
20px
;
margin
:
8px
0
;
...
...
@@ -98,5 +98,16 @@ input[type=button], input[type=submit], input[type=reset] {
margin
:
4px
2px
;
cursor
:
pointer
;
}
form
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
550px
;
margin-top
:
60px
;
}
h2
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
680px
;
margin-top
:
100px
;
}
\ No newline at end of file
register_css.css
View file @
687662bf
...
...
@@ -89,7 +89,7 @@ html, body {
}
input
[
type
=
button
],
input
[
type
=
submit
],
input
[
type
=
reset
]
{
background-color
:
#4CAF50
;
background-color
:
greenyellow
;
border
:
none
;
color
:
white
;
padding
:
16px
32px
;
...
...
@@ -97,5 +97,15 @@ input[type=button], input[type=submit], input[type=reset] {
margin
:
4px
2px
;
cursor
:
pointer
;
}
\ No newline at end of file
form
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
550px
;
margin-top
:
60px
;
}
h2
{
display
:
inline-block
;
text-align
:
center
;
margin-left
:
680px
;
margin-top
:
100px
;
}
\ 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