Commit 687662bf by Joyon Ahmed

ok

parent 99b633aa
......@@ -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>
......
......@@ -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
......@@ -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
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