Commit 66db05c7 by Joyon Ahmed

ok

parent 652e3cc9
hello world
\ No newline at end of file
<!DOCTYPE html>
<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>
</head>
<body>
......
@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: 0;
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;
}
a:hover {
background-color: steelblue;
}
h1{
color: black;
text-transform: uppercase;
text-shadow: 4px 4px lightgray;
}
tr:nth-child(even){
background-color: #c1cacc;
}
\ No newline at end of file
img.jpg

32.6 KB

hello
ok test
hello hello
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Personal Assistence</title>
</head>
<body>
<nav class="nav">
<a href = > Index </a>
<a href = > Register </a>
<a href = > Create List </a>
<a href = > View List</a>
<a href = > FAQ </a>
</nav>
<p> Welcome to your very own personal assistence. Create and organize your own to do list and make sense to your daily life. Join us, Make your life easu and awsome. </p>
</body>
</html>
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