-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It could be better by using the 'header' tag
Lines 15 to 22 in ded17d7
| <div class="title_container"> | |
| <div class="title"> | |
| <h5 class="margin0"> Today's To Do </h5> | |
| </div> | |
| <div class="refresh"> | |
| <img class="imgw40 ref" src="" alt=""> | |
| </div> | |
| </div> |
I could used the 'section' tag instead of div tag
Lines 24 to 29 in ded17d7
| <div class="add_container"> | |
| <input id="inputElement" type="text" placeholder="Add to your list"> | |
| <div class="dotHorizontal"> | |
| <img class="imgw40 dth" src="/src/images/dotHorizontal.png" alt=""> | |
| </div> | |
| </div> |
Metadata
Metadata
Assignees
Labels
No labels