Commit 99b633aa by Joyon Ahmed

ok

parent 4f40c086
......@@ -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>
......
......@@ -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;
}
......
<!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>
......
@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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment