• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4287 shaares
3 / 15
Filters
296 results tagged css

It's time to learn oklch color

QRCode

I think the biggest bang for your buck is to learn OKLCH (or, “Oklachroma”)

  • It’s based on human perception
  • It can define any color
  • the chroma value is a number between 0 and 0.37
https://keithjgrant.com/posts/2023/04/its-time-to-learn-oklch-color/
April 26, 2023 at 9:30:18 AM EDT *
color colorscheme css
FILLER

Boilerform

QRCode

Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.

https://boilerform.hankchizljaw.com/
April 11, 2023 at 11:14:41 AM EDT *
forms css webdesign boilerplate
FILLER

CSS Masking - Ahmad Shadeed

QRCode

A deep dive into CSS masking

https://ishadeed.com/article/css-masking/
April 11, 2023 at 9:56:26 AM EDT *
css webdesign images
FILLER

3 useful CSS hacks | Kevin Powell

QRCode

border-radius: 100vmax;

.full-width {
box-shadow: 0 0 0 100vmax var( --color );
clip-path: inset( 0 -100vmax );
}

https://www.youtube.com/watch?v=MywezIxlp8Y
March 18, 2023 at 11:01:42 AM EDT *
css webdesign forms buttons
FILLER

Hex Colors Aren't Great At Anything Except Being Popular - Chris Coyier

QRCode

The hsl() and hsla() functions also have 0% usage in the data, and they have just as good of support as the hex codes. Why? HSL can do anything HEX can do, except it’s far more readable and easier to adjust. It’s just better, really.

https://chriscoyier.net/2023/02/01/hex-colors-arent-great-at-anything-except-being-popular/
March 1, 2023 at 9:59:51 AM EST *
color css webdesign
FILLER

Henry From Online | Using Focal Points, Aspect Ratio & Object-Fit To Crop Images Correctly

QRCode

CSS has a lot of pretty rad and powerful features for managing image rendering these days. Let’s leverage some of these, like aspect-ratio, object-fit, and object-position for when we need to use a single image in many different contexts.

https://henry.codes/writing/pure-css-focal-points/
February 28, 2023 at 10:16:46 AM EST *
css webdesign images
FILLER

A collection of popular layouts and patterns made with CSS - CSS Layout

QRCode

A collection of popular layouts and patterns made with CSS

https://csslayout.io/
February 16, 2023 at 11:36:58 AM EST *
css webdesign icons
FILLER

CSS Position Sticky - How It Really Works! | by Elad Shechter | Medium

QRCode

When an element with a position: sticky style is wrapped, and it is the only element inside the wrapper element, this element, which was defined position: sticky will not stick.

https://elad.medium.com/css-position-sticky-how-it-really-works-54cd01dc2d46
February 15, 2023 at 11:49:13 AM EST *
css sticky webdesign
FILLER

An Interactive Guide to Flexbox in CSS

QRCode

When we truly learn the secrets of the Flexbox layout mode, we can build absolutely incredible things. Fluid layouts that stretch and shrink without arbitrary breakpoints. In this action-packed interactive tutorial, we'll pop the hood on the Flexbox algorithm and learn how to do remarkable things with it. ✨

https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/
February 8, 2023 at 10:22:25 AM EST *
css webdesign flexbox
FILLER

Neumorphism/Soft UI CSS shadow generator

QRCode

CSS code generator that will help with colors, gradients and shadows to adapt this new design trend or discover its posibilities.

https://neumorphism.io/#e0e0e0
December 23, 2022 at 11:23:17 AM EST *
css webdesign buttons shadow
FILLER

CSS Grid Generator

QRCode

built with 🌮 by sarah_edo

You can set the numbers, and units of your columns and rows, and I'll generate a CSS grid for you! Drag within the boxes to create divs placed within the grid.

Though this project can get a basic layout started for you, this project is not a comprehensive tour of CSS Grid capabilities. It is a way for you to use CSS Grid features quickly.

https://cssgrid-generator.netlify.app/
December 23, 2022 at 11:22:51 AM EST *
css grid webdesign
FILLER

37 Easy Ways to Spice Up Your UI Designs – Learn UI Design

QRCode

Illustrated tips for making your UI and web designs more visually interesting · Backgrounds · Borders & dividers · Shadows · Text · Other techniques

https://www.learnui.design/blog/spice-up-designs.html
November 28, 2022 at 6:43:31 PM EST *
webdesign design css ux
FILLER

Responsive HTML/CSS Image Gallery Using “Columns”, No Extra Markup Needed! | by Jason Knight | CodeX | Nov, 2022 | Medium

QRCode

I came across this article by Miguel Nunez about making a flexbox based gallery that’s well thought out and well written, but has one major flaw. The markup reeks of still thinking in the “table…

https://medium.com/codex/responsive-html-css-image-gallery-using-columns-no-extra-markup-needed-f289236b2f17
November 11, 2022 at 11:35:24 AM EST *
css webdesign
FILLER

AutoAnimate - Add motion to your apps with a single line of code

QRCode

A zero-config, drop-in animation utility that automatically adds smooth transitions to your web app. Use it with React, Vue, Svelte, or any other JavaScript application.

https://auto-animate.formkit.com/#installation
October 31, 2022 at 9:16:53 AM EDT *
webdesign animation css
FILLER

6+5 ways to make a two-column layout: from pretty reasonable to com­pletely wrong — Vadim Makeev

QRCode

Imagine you need to create a two-column layout. Yes, the simplest one: a column on the left, a column on the right, and some gap in-between. There’s an obvious modern solution for that:

.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
https://pepelsbey.dev/articles/two-columns/
October 4, 2022 at 2:11:54 PM EDT *
webdesign grid css
FILLER

Web Development recently got a whole lot easier (and you might not have noticed yet) | by Janko Hofmann | Sep, 2022 | Medium

QRCode

A lot of things that required hacks, workaround and custom code are now supported natively in all major browsers. We take a look at them. Now that the security and support lifecycle for Internet…

https://medium.com/@jankohofmann/web-development-recently-got-a-whole-lot-easier-and-you-might-not-have-noticed-yet-706bb1e0902
September 28, 2022 at 8:18:15 AM EDT *
webdesign css
FILLER

GitHub - n3r4zzurr0/svg-spinners: A collection of 24 x 24 dp SVG spinners! (CSS & SMIL)

QRCode

A collection of 24 x 24 dp SVG spinners! (CSS & SMIL) - GitHub - n3r4zzurr0/svg-spinners: A collection of 24 x 24 dp SVG spinners! (CSS & SMIL)

https://github.com/n3r4zzurr0/svg-spinners
September 16, 2022 at 3:21:37 PM EDT *
css webdesign spinner
FILLER

Creative list styling

QRCode

A look at some useful and creative ways to style a list.

Custom markers with ::before #
Styling the ::before pseudo-element was a common way to create custom list markers before ::marker came along. But even now, it can allow us more flexibility, when we need it, for visually complex list styling.

Like ::marker, we can add our own custom bullet styles using the content attribute. Unlike using ::marker, we need to do some manual positioning, as we don't get the automatic benefits offered by list-style-position. But we can position it relatively easily with flexbox, and it does open up a greater number of possibilities for alignment. For instance, we could alternate the position of the marker:

https://web.dev/creative-list-styling/
September 16, 2022 at 2:40:20 PM EDT *
webdesign css
FILLER

accent-color - CSS: Cascading Style Sheets | MDN

QRCode

The accent-color CSS property sets the accent color for user-interface controls generated by some elements.

https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color
May 6, 2022 at 1:04:44 PM EDT *
forms webdesign css
FILLER

Loaders | UI Ball

QRCode

Free loaders & spinners for your next project. Built with HTML, CSS and a soupçon of SVG. Available for copypasta or as a tree-shakeable React component library.

https://uiball.com/loaders/
April 22, 2022 at 9:46:25 AM EDT *
webdesign css spinner
FILLER
3 / 15
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community