Skip to content

Commit

Permalink
Updated CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tvjones committed Aug 8, 2021
1 parent 289eaec commit 1d41d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ <h1>Enter a task and I'll keep it here for you!</h1>
<p>Completed</p>
</div>
<div id="tasks-submitted"></div>

</div>
</div>
<script src="scripts/index.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
Expand Down
7 changes: 4 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
html,body{
height: 100%;
width: 100%;
background-color: black;
background-color: rgb(5, 0, 34);
font-size: 14px;
}

div#info{
display: flex;
justify-content: space-between;
height: 5%;
height: fit-content;
color: white;
text-transform: capitalize;
}
Expand All @@ -31,12 +31,13 @@ div#info button{
background-color: red;
border-color: transparent;
width: 10%;
height: 5%;
height: 5rem;
font-weight: bold;
position: fixed;
right: 2rem;
cursor: pointer;
color: white;
margin-top: 5rem;
}

div.container{
Expand Down

0 comments on commit 1d41d99

Please sign in to comment.