new laptop setup
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
.header {
|
||||
background: #034f84;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.header p {
|
||||
color: white;
|
||||
display: inline-block;
|
||||
margin: 0.5rem;
|
||||
margin-right: 0.4rem;
|
||||
margin-left: 0.4rem;
|
||||
}
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
<div class="header">
|
||||
<p>complete tasks: </p><p id="completeNum"></p>
|
||||
<p>pending tasks: </p><p id="pendingNum"></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user