Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML/CSS best practicess #6

Open
Amedzro-Elikplim opened this issue Mar 2, 2022 · 1 comment
Open

HTML/CSS best practicess #6

Amedzro-Elikplim opened this issue Mar 2, 2022 · 1 comment

Comments

@Amedzro-Elikplim
Copy link
Owner

<div class="todo-container">
<div class="header">
<h4>Today's To Do</h4>
</div>
<div>
<input type="text" class="add-list" placeholder="add to your list...">
</div>
<ul class="list-container"></ul>
<footer class="footer">
<a href="#" class="clear-all">Clear all completed</a>
</footer>
</div>

use Html semantics such as sections to organize code

@Amedzro-Elikplim
Copy link
Owner Author

Create utility classes such as d-flex and apply them to HTML elements without repeating your the same styles for different elements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant