La mejor herramienta para crear diagramas de software.
Β‘Encima gratuita y compatible con GitHub!
Perfecta para UML, flujos y procesos.
Exporta como imagen, PDF, HTML y mΓ‘s.
β https://t.co/GvthWp5qgl
UI/UX Designers, this might be one of the cleanest color palette generators Iβve seen lately.
Kigen is a color generator that helps you quickly create beautiful palettes for your UI projects, making it easier to pick colors that actually work well together instead of guessing.
Bookmark it for later π
π Insanely Useful Websites for Developers
π https://t.co/13JboBq4KS
The best documentation for web development.
π https://t.co/ddK8ja6iKO
All developer documentation in one place.
π https://t.co/rFWC9HffqX
Step-by-step roadmaps for becoming a developer.
π https://t.co/Ogl3WimqRE
Learn programming completely free.
π https://t.co/X7WYFDwVzo
Full-stack development curriculum.
One of my favourites latest CSS property is ππππππ πππππππππππ
.πππππππ {
ππππππ-ππππ: --πππ;
}
.πππππππ {
ππππππππ: πππ‘ππ;
ππππππππ-ππππππ: --πππ;
ππππππππ-ππππ: πππ ππππππ;
ππππππππ-πππ’-πππππππππ: ππππ-πππππ;
}
Eliminates complex javascript logic or positioning, improved performance.
Best part is the smart repositioning to avoid overflow
Simple, clean solution!
@NanouuSymeon The (nav) element can remain inside the (header) element as part of its structure as well; in addition, within the (section) element , we can place an (article) element and within the (main) container we can place an (aside) element to improve the HTML structure.
UI/UX Design Tips on Color Usage:
Don't use pure white (#FFFFFF) on a pure black background. It will eventually make your designs feel overwhelming to look at.
Here are some neutral colors to use for your design project instead:
you can achieve this using the @tailwindcss `group` class on parent and `group-hover` variant on target.
<div class="group">
<div class="group-hover:translate-y-6"/>
</div>
here is a breakdown of the target element within an exaggerated oversized parent wrapper.