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

Simple.css

QRCode

A classless CSS framework that makes semantic HTML look good.

https://simplecss.org/
January 21, 2022 at 9:08:53 AM EST *
css frameworks
FILLER

Web Design in 4 minutes

QRCode

Learn the basics of web design in 4 minutes with this interactive tutorial.

https://jgthms.com/web-design-in-4-minutes/
January 19, 2022 at 12:24:52 PM EST *
tutorial css webdesign
FILLER

DoodleCSS

QRCode

A simple hand drawn HTML/CSS theme.

This stylesheet is heavily inspired by the Hand Drawn Vector UI Kit by Tony Thomas. I wanted a CSS theme that looked just like that, so I drew a bunch of similar components and got them working on the web.

https://medialoot.com/item/hand-drawn-vector-ui-kit/

HTML coverage using HTML Kitchen Sink.

https://github.com/dbox/html5-kitchen-sink/

The font is Short Stack.

https://chr15m.github.io/DoodleCSS/
December 29, 2021 at 1:56:41 PM EST *
css webdesign reset
FILLER

The power of CSS attribute selectors

QRCode

In general, the attribute selector can target any attribute that's attached to an HTML element. By default, the selector is case sensitive and has a lower specificity than id's and classes.

CSS attribute ends with

Conversely to looking for matched at the start, we can also look at the very end of an attribute's value by useing the $ operator. We'd match something value but not value something. This is especially interesting because we know that files always have a certain extension and by passing the full name into a data-attribute, we'd be able to match elemenets that represent PDF documents like this a[href$="pdf"].

[data-attribute$="value"] {
  /* ... */
}
https://dev.to/codestructio/the-power-of-css-attribute-selectors-3of1
December 1, 2021 at 1:47:35 PM EST *
css webdesign
FILLER

CSS Shadow Palette Generator

QRCode

Create a set of lush, realistic CSS shadows.

https://www.joshwcomeau.com/css/introducing-shadow-palette-generator/

https://www.joshwcomeau.com/shadow-palette/
November 30, 2021 at 11:02:46 AM EST *
css shadow webdesign
FILLER

Modern CSS Reset / Global Styles

QRCode

I have a set of baseline CSS styles that come with me from project to project. In the past, I'd use a typical CSS reset, but times have changed, and I believe I have a better set of global styles!

https://www.joshwcomeau.com/css/custom-css-reset/
November 30, 2021 at 9:38:58 AM EST *
css reset webdesign
FILLER

9 Types of Top CSS Frameworks In 2021 - 1stWebDesigner

QRCode

The benefit of a CSS framework is that it helps you create a number of eye-catching layouts without having to start from scratch.

  1. For Simple Needs, Use Class-less
    Some examples of classless frameworks include sakura, watercss, holiday.css, bamboo css, attricss, and basic.css.

  2. To Build on Mobile, Opt for Very Lightweight
    Examples of very lightweight CSS include pure, chota, and milligram.

  3. For an Open-and-Go Solution, Use General Purpose
    Examples of general purpose CSS include bootstrap, primer, foundation, and base.

  4. For Niche Needs, Opt for Specialized
    An example of a specialized CSS is bojler, which is used for developing lightweight and responsive email templates. It’s no secret that developing email templates is a pain.

  5. Looking to Skip Javascript? Material Design is the Way to Go
    Material design CSS frameworks include newer versions of UI controls such as check boxes, text fields, column layouts ,and typography. MD is can be used across browsers by anyone who wants to create more portable and usable web pages.

  6. For Greater Attention to Detail Utility-Based Frameworks Are Best
    Some examples of utility-based frameworks include tachyons and tailwind CSS.

  7. For Web App Development and Mobile-First, Look to Base/Reset/Normalize
    Some great examples of base css frameworks include sanitize.css, ress, minireset.css, normalize.css, modern normalize, and natural selection.

  8. For More Flexibility, Toolkits Work Well
    An example of a toolkit CSS is Bourbon. Bourbon aims for clarity, is pure Sass and lacks visual opinion.

  9. Honorable Mentions Are Those with Stalled Development
    Some examples of stalled development frameworks include flexbox grid, semantic UI, materialize, neat, wing, and propeller.

https://1stwebdesigner.com/9-types-of-top-css-frameworks-in-2021
September 29, 2021 at 5:20:34 PM EDT *
css webdesign frameworks
FILLER

Bulma: Free, open source, and modern CSS framework based on Flexbox

QRCode

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

For the best results using Bulma, it's recommended to use the control element as often as possible.

<div class="field">
  <label class="label">Username</label>
  <div class="control has-icons-left has-icons-right">
    <input class="input is-success" type="text" placeholder="Text input" value="bulma">
    <span class="icon is-small is-left">
      <i class="fas fa-user"></i>
    </span>
    <span class="icon is-small is-right">
      <i class="fas fa-check"></i>
    </span>
  </div>
  <p class="help is-success">This username is available</p>
</div>
https://bulma.io/
September 16, 2021 at 11:19:34 AM EDT *
css webdesign frameworks
FILLER

Documentation - Materialize

QRCode

Materialize is a modern responsive CSS framework based on Material Design by Google.

https://materializecss.com/
September 16, 2021 at 11:13:37 AM EDT *
css frameworks
FILLER

Designing Beautiful Shadows in CSS

QRCode

When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though! CSS gives us the tools to create rich, lush, lifelike shadows. In this tutorial, I'll show you how.

https://www.joshwcomeau.com/css/designing-shadows/
September 15, 2021 at 11:14:57 AM EDT *
css shadow
FILLER

The secret of CSS triangles. If you ever wanted to create triangles… | by Mathilde E. | Achiev | Medium

QRCode

If you ever wanted to create triangles using CSS, you probably found code samples on stack-overflow or css-tricks. But how do they really work ? Understanding the process behind creating triangles…

https://medium.com/achiev/the-secret-of-css-triangles-a7534431d29f
July 30, 2021 at 7:58:59 AM EDT *
css webdesign
FILLER

Building hover menus in CSS

QRCode

https://github.com/kenreilly/css-hover-menu-demo

This project demonstrates how to build various hover menus in pure HTML/CSS.

Examples include:
Standard basic hover menu
Hover menu with nested menus
Radial "pie" menu

https://uxdesign.cc/building-hover-menus-in-css-fd901931f06f
June 14, 2021 at 9:13:18 AM EDT *
css menu
FILLER

A Modern CSS Reset - Post - Piccalilli

QRCode

In this modern era of web development, we don’t really need a heavy-handed reset, or even a reset at all, because CSS browser compatibility issues are much less likely than they were in the old IE 6 days. That era was when resets such as normalize.css came about and saved us all heaps of hell. Those days are gone now and we can trust our browsers to behave more, so I think resets like that are probably mostly redundant.

https://github.com/andy-piccalilli/modern-css-reset

https://piccalil.li/blog/a-modern-css-reset/
May 18, 2021 at 1:26:48 PM EDT *
css reset webdesign
FILLER

Optimal Overlay Finder - Readable Text on a Background Image

QRCode

If you want to make text better stand out against a background image, there’s a little trick: You can use a CSS linear-gradient overlay with a certain opacity on top of the image to improve color contrast.

How to determine the opacity to use for the overlay? The Optimal Overlay Finder helps you find out. You upload an image, enter your text and choose your overlay and text colors, and the tool shows you a preview of what the overlay looks like when applied to your image, as well as the optimal overlay opacity.

https://twitter.com/addyosmani/status/1365735686838493187

https://codepen.io/yaphi1/pen/oNbEqGV
April 12, 2021 at 9:47:26 AM EDT *
gradients webdesign css
FILLER

Make your CSS Readable and Maintainable with the CSS “Enabling” Pattern

QRCode

Instead of using “Disabling” selectors, you should focus on writing “Enabling” selectors.

a:not(:last-child) {
  margin-bottom: 1rem;
}

or

a + a {
  margin-top: 1rem;
}
https://javascript.plainenglish.io/make-your-css-readable-and-maintainable-with-the-css-enabling-pattern-35b2965d7b3b
March 31, 2021 at 9:30:18 AM EDT *
css webdesign
FILLER

Handling Text Over Images in CSS

QRCode

Learn how to handle text over images in CSS by taking accessibility in mind

https://ishadeed.com/article/handling-text-over-image-css/
March 26, 2021 at 9:50:15 AM EDT *
css typography webdesign
FILLER

How to Make Badass Shadows

QRCode

X 0
Y 5
Blur 12
Alpha 8%
Colro #004365

https://blog.prototypr.io/how-to-make-badass-shadows-564b3a30aba4
March 9, 2021 at 9:01:48 PM EST *
shadow css
FILLER

ButtonBuddy - Accessible button contrast generator

QRCode

Learn what it takes to ensure your buttons or button-styled links have accessible contrast across all states and surfaces, then use the generator to check and adjust your button palette.

https://buttonbuddy.dev/#generator
January 29, 2021 at 11:50:09 AM EST *
buttons accessibility css webdesign
FILLER

Gradient Magic - Fantastic and Unique CSS Gradients

QRCode

A Free Gallery of Fantastic and Unique CSS Gradients.

https://www.gradientmagic.com/
January 29, 2021 at 11:48:20 AM EST *
css gradients
FILLER

10 CSS Tricks You Need to Know About (Part 2) | by Before Semicolon | Jan, 2021 | Medium

QRCode

2 — Text tooltips

https://codepen.io/beforesemicolon/pen/BaKLeRL

6 — Extend the clickable area

The following example simply extends the type circle dot button click area by 2(two) by positioning a pseudo-element on top and centered.

8 — Frosted glass effect

.container {
   background-color: rgba(255, 255, 255, .15);
   backdrop-filter: blur(5px);
}

9 — Image grid with random height (Mansory Layout)

This is the famous Pinterest layout that you can use the old column property to accomplish quite easily.

10 — Math with Calc

Nothing in this world requires no math and the CSS calc function is magical.

https://beforesemicolon.medium.com/10-css-tricks-you-need-to-know-about-part-2-df52ee0b2937
January 26, 2021 at 8:34:35 AM EST *
css webdesign
FILLER
4 / 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