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
99b633aa
authored
Feb 25, 2019
by
Joyon Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
4f40c086
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
107 additions
and
2 deletions
create.html
create_style.css
register.html
register_css
register_css.css
create.html
View file @
99b633aa
...
...
@@ -2,6 +2,7 @@
<html
lang=
"en-US"
>
<head>
<link
rel=
"stylesheet"
href=
"create_style.css"
<
meta
charset=
"UTF-8"
>
<meta
name=
"description"
content=
"ICD0007 Project, Todo List"
>
<title>
Create List
</title>
...
...
@@ -20,8 +21,8 @@
<h2>
Create List
</h2>
<form
action =
"web tech.html"
method=
"POST"
>
Date :
<input
type=
"date"
name=
"date"
>
<br>
<br>
<form
action =
"web tech.html"
method=
"POST"
>
Date :
<input
type=
"date"
name=
"date"
align:center
>
<br>
<br>
Time :
<input
type =
"time"
name =
"time"
>
<br>
<br>
Task :
<textarea
rows =
"6"
cols=
"40"
></textarea>
<br>
<br>
...
...
create_style.css
View file @
99b633aa
...
...
@@ -85,6 +85,7 @@ html, body {
-webkit-transition
:
width
0.4s
ease-in-out
;
transition
:
width
0.4s
ease-in-out
;
display
:
inline-block
;
text-align
:
center
;
}
...
...
register.html
View file @
99b633aa
<!DOCTYPE html>
<html
lang=
"en-US"
>
<head>
<link
rel=
"stylesheet"
href=
"register_css.css"
<
meta
charset=
"UTF-8"
>
<meta
name=
"description"
content=
"ICD0007 Project, Todo List"
>
<title>
Registration
</title>
...
...
register_css
0 → 100644
View file @
99b633aa
register_css.css
0 → 100644
View file @
99b633aa
@charset
"utf-8"
;
html
,
body
{
box-sizing
:
border-box
;
height
:
100%
;
width
:
100%
;
}
@media
print
{
body
{
background-color
white;
}
}
header
{
height
:
150px
;
background-color
:
rgba
(
70
,
130
,
180
,
0.5
);
margin-left
:
auto
;
margin-right
:
auto
;
}
nav
{
margin-bottom
:
0
;
margin-right
:
auto
;
margin-top
:
0px
;
margin-left
:
auto
;
transition-property
:
120px
;
width
:
600px
;
position
:
relative
;
padding
:
2px
;
height
:
100px
;
box-sizing
:
border-box
;
}
nav
>
ul
>
li
{
padding
:
2px
;
margin-right
:
10px
;
list-style-type
:
none
;
background-color
:
#4d7e6f
;
display
:
inline
;
}
article
{
padding
:
20px
;
}
body
{
font-family
:
'Franklin Gothic Medium'
,
'Arial Narrow'
,
Arial
,
sans-serif
;
background-image
:
url(img.JPG)
;
background-color
:
lightsteelblue
;
background-attachment
:
scroll
;
background-position
:
left-top
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
margin
:
0
;
padding
:
0
;
}
h1
{
color
:
black
;
text-transform
:
uppercase
;
text-shadow
:
4px
4px
lightgray
;
}
input
{
width
:
auto
;
padding
:
12px
20px
;
margin
:
8px
0
;
box-sizing
:
border-box
;
border
:
2px
solid
steelblue
;
border-radius
:
20px
;
background-color
:
#3CBC8D
;
color
:
white
;
-webkit-transition
:
width
0.4s
ease-in-out
;
transition
:
width
0.4s
ease-in-out
;
display
:
inline-block
;
}
input
[
type
=
button
],
input
[
type
=
submit
],
input
[
type
=
reset
]
{
background-color
:
#4CAF50
;
border
:
none
;
color
:
white
;
padding
:
16px
32px
;
text-decoration
:
none
;
margin
:
4px
2px
;
cursor
:
pointer
;
}
\ 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