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

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

SpinKit | Simple CSS Spinners

QRCode

Simple CSS Spinners

2nd selection

See issues for defaults to work in IE11

https://tobiasahlin.com/spinkit/
March 14, 2022 at 10:17:38 AM EDT *
spinner css
FILLER

CSS { In Real Life } | Aspect Ratio is Great

QRCode

aspect-ratio is a great example of a humble property that fills a long-awaited need in the CSS community. It’s simple to use and behaves in a way that respects content, without the need for any extra CSS.

https://css-irl.info/aspect-ratio-is-great/
February 11, 2022 at 3:26:36 PM EST *
css webdesign
FILLER

Minify - JavaScript and CSS minifier

QRCode

Minify JS and CSS online, or include the minifier in your project for on-the-fly compression.

https://medium.com/ux-seo-sem-and-webdev-bitesized/top-7-css-minifiers-comparison-f90e28ea0e20

https://www.minifier.org
January 25, 2022 at 10:43:33 AM EST *
minify css javascript
FILLER

22 CSS Libraries For Website Design | by Niemvuilaptrinh | Dec, 2021 | Medium

QRCode

Normalize.css is a library that helps you build all elements more consistently when displayed in today’s popular browsers. I hope that the article will provide you with useful CSS libraries for web…

https://philipwalton.github.io/solved-by-flexbox/
https://tobiasahlin.com/spinkit/
https://connoratherton.com/loaders
https://github.com/AllThingsSmitty/css-protips
https://csslayout.io/close-button/
https://bansal.io/pattern-css
https://github.com/codrops/PageTransitions
https://lokesh-coder.github.io/pretty-checkbox/#basic-checkbox

https://niemvuilaptrinh.medium.com/22-css-libraries-for-website-design-2c06d3a2ba26
January 24, 2022 at 9:47:45 AM EST *
css webdesign forms
FILLER

Modern CSS Toolkit - Slides - Presented at Stay Curious

QRCode

Stephanie Eckles

https://codepen.io/5t3ph/pen/LYzvrGv
January 21, 2022 at 9:53:34 AM EST *
webdesign css
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