Webdesign
hexcolor.co is a free color tool providing information about any color. Color Hex will also generate matching color schemes such as complementary, split complementary, analogous, triadic, tetradic and monochromatic colors.
A look at some useful and creative ways to style a list.
Use the button component to help users carry out an action
Is mobile first or desktop first still relevant today? An article that explores both with pros and cons for each.
Farben mischen
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
Diese praxisorientierte Checkliste unterstützt Sie dabei, den Zustand Ihres digitalen Angebots hinsichtlich der Barrierefreiheit zu beurteilen. Zielgruppe der Accessibility-Checkliste sind Design-, Entwicklungs- und Content-Teams ebenso wie Qualitätssicherungsverantwortliche und Projektleitende.
Erstellen Sie Ihr Favicon mit dem Favicon-Generator inkl. Buchstaben-Generator - in 3 Schritten! ✓ Download ✓ Mac ✓ Windows
Das Erscheinungsbild der Stadt Wien
A course exploring all aspects of responsive design. Learn how to make sites that look great and work well for everyone.
Deep-dive CSS articles, modern CSS and visual CSS explanations.
Practical CSS and design tips that helps in building future-proof user interfaces.
With subgrid coming to all engines very soon, it’s a great time to discover what this new feature of grid can do.
So setzt du CSS Background-Image richtig ein ✓ Alle CSS-Hintergrundeigenschaften ✓ Shorthand-Syntax verstehen lernen » Jetzt schlau machen!
Mit den HTML-Attributen srcset und sizes teilt ihr dem Browser mit, dass ihr ein Bild in verschiedenen Abmessungen oder Qualitätsstufen zur Verfügung stellt. Der Browser kann dann selbstständig die passende Datei laden. Mit dem Picture-Element legt ihr exakt fest welches Bild(motiv) wann geladen werden soll.
In this module, learn how to style text on the web.
Squoosh is the ultimate image optimizer that allows you to compress and compare images with different codecs in your browser.
A checklist for creating accessible websites and webapps!
I’ve come across people who do not think that CSS is related to internationalisation at all, but if you think about it, …
Learn about the fit-content, min-content, and max-content.In keyword values in CSS and how to use them in real-world projects.
Ist Ihre Website schon barrierefrei? Machen Sie den kostenlosen Selbsttest mit der kostenlosen Checkliste (aktuell und basierend auf WCAG 2.1).
It’s been a long-standing dream of front-end developers to have a way to apply CSS to an element based on what’s happening inside that element.
CSS is condtional in many ways. In this article, I will go over a few CSS features that we use every day, and show you how conditional they are.
Size queries are stable, and shipping in browsers
Learn when to use flexbox and CSS grid with examples and use cases.
Write cleaner CSS using modern strategies like :is and :where, logical properties and values, clamp, gap, and aspect-ratio.
A blog post about modern CSS every day for 100 days.
Open source emojis for designers, developers and everyone else!
Unsere Themes greifen an vielen Stellen auf das Beitragsbild (Featured Image) des Artikels zurück. Definierte Bildgrößen Beitragsbilder weisen verschiedene fest definierte Größen auf, welche durch das Theme festgelegt werden. WordPress wird beim Hochladen neuer Bilder diese auf alle definierten Bildgrößen anpassen und unter Umständen auch zuschneiden. Als Folge erstellt WordPress aus jedem Bild mehrere Versionen […]
Selecting a previous sibling was for long impossible, but is now a breeze with the has() pseudo-class
Setting "expires" tells browsers downloading these files that they don't need to request it again for this specific length of time. In otherwords, use the
Looking for color palettes for your graphic, web, or UI design? Colours.cafe is a handy Instagram account that shares a beautiful new palette everyday,
You may have already heard of CSS logical properties or RTL adaptations but are still deciding whether to deploy them widely. To help raise your awareness of their possibilities, Nicolas Hoffmann shares his experience of how he and his team at Proton carried out a massive move from CSS logical props to production and how you can consider them from a different perspective in your very own projects.
Mit der CSS Pseudoklasse ::marker könnt ihr die Aufzählungszeichen von Listen umfärben. Ein Workaround mit Grafiken oder Pseudoelementen ist somit ggf. nicht mehr notwendig.
A list of defensive CSS techniques to avoid potential future issues
Mit den Logical Properties von CSS definiert man Layouts anhand des Flows und der Leserichtung, und nicht länger anhand räumlicher Angaben. Das führt zu logischerem Code und zu einfachen mehrsprachigen Layouts.
I recently received a variable font file from a client to use on their website, but not in a webfont format, so I figured I'd hunt down a route to convert that TTF into a WOFF2 for use in @font-face declarations!
Mit CSS display: contents; können HTML-Elemente ignoriert werden, wodurch es einfacher wird semantisch korrekte CSS-Layouts zu erstellen.