Commit 77ac97e6 by Joyon Ahmed

ok

parent 99014007
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
<a href = "faq.html"> FAQ </a>&nbsp; &nbsp; <a href = "faq.html"> FAQ </a>&nbsp; &nbsp;
</nav> </nav>
<h2> Frequently Asked QUestions</h2> <h2> Frequently Asked QUestions</h2>
<h3> How to use this website?</h3>
<p> The plan is, you can register at this website with your username and password, and create your own to-do list. And it will show your to-do list for the day each time you log in!</p>
</body> </body>
</html> </html>
@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;
}
li a:hover {
background-color: greenyellow;}
article {
padding: 20px;
margin-left: 10px;
}
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;
}
h2{
display: inline-block;
text-align: center;
margin-left: 500px;
margin-top: 100px;
color: slateblue;
font-variant: normal;
text-shadow: 2px 2px black;
}
p{
width: auto;
border: 10px;
padding: 20px;
margin: 40px;
color: black;
font-variant: normal;
font-family: Times New Roman, Times, serif;
height: 50px;
}
\ No newline at end of file
...@@ -89,3 +89,14 @@ h2{ ...@@ -89,3 +89,14 @@ h2{
tr:nth-child(1) { tr:nth-child(1) {
filter: invert(100%); filter: invert(100%);
} }
p{
width: auto;
border: 10px;
padding: 20px;
margin: 40px;
color: black;
font-variant: normal;
font-family: Times New Roman, Times, serif;
height: 50px;
}
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href= "index_style.css">
<meta charset="utf-8"> <meta charset="utf-8">
<title>Personal Assistence</title> <title>Personal Assistence</title>
</head> </head>
...@@ -12,8 +13,11 @@ ...@@ -12,8 +13,11 @@
<a href = "view.html"> View List</a>&nbsp; &nbsp; <a href = "view.html"> View List</a>&nbsp; &nbsp;
<a href = "faq.html"> FAQ </a>&nbsp; &nbsp; <a href = "faq.html"> FAQ </a>&nbsp; &nbsp;
</nav> </nav>
<h2> Welcome to your very own personal assistence</h2> <h2> WELCOME TO YOUR VERY OWN PERSONAL ASSISTENT</h2>
<p> Create and organize your own to do list and make sense to your daily life. Join us, Make your life easu and awsome. </p> <p> In modern lifestyle we have to do lot of things, be at different places and communicate with lot of people.
It gets complicated to manage all this. You have to plan your day, week even a month at a time.
<br><b> So join us , manage your day with ease.</b></p>
</body> </body>
......
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