Skip to content

Commit

Permalink
Enhanced UI (changed .html and .css files)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitaAditya20 committed Oct 19, 2019
1 parent 15de525 commit 72e3f8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Todo/todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@

</head>
<body>
<nav class="navbar navbar-light bg-light">
<span class="navbar-brand mb-0 h1">TODO LIST</span>
</nav>
<div id="container">
<h1>ToDo List<i class="fa fa-plus"></i></h1>
<h1 class="h11">ToDo List<i class="fa fa-plus"></i></h1>
<input type="text" placeholder="To-Do Input">
<ul>
<li><span><i class="fa fa-trash"></i> </span>Lol</li>
Expand Down
5 changes: 5 additions & 0 deletions Todo/todos.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ input:focus{
outline:none;
background-color::#f7f7f7;
}
.h11 {
font-size: 20px;
font-family: Arial;
color: green;
}

0 comments on commit 72e3f8a

Please sign in to comment.