Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17475 shaares · 14124 private links
Filters
2 / 22
Links per page
20 50 100
423 results tagged webdesign

A Firefox-only minimap | Stefan Judis Web Development

»Firefox is the only browser that supports the fancy element() CSS function (with a vendor prefix, but hey 🤷‍♂️). The function allows you to display images of arbitrary HTML elements on your page! And the best thing is: it's live!«

firefox css webdev webdesign
April 3, 2023 at 12:13:05 PM GMT+2*
https://www.stefanjudis.com/a-firefox-only-minimap/

ThumbHash: A very compact representation of an image placeholder

blurhash webdev webdesign rust
March 23, 2023 at 9:53:47 AM GMT+1*
https://evanw.github.io/thumbhash/

Modern Font Stacks

css fonts typography webdesign
March 16, 2023 at 6:20:28 PM GMT+1
https://modernfontstacks.com/#font-stacks

Pico.css • Minimal CSS Framework for semantic HTML

css framework html5 webdesign
January 8, 2023 at 7:45:03 PM GMT+1
https://picocss.com/

Omatsuri

Open source browser tools for everyday use

css design svg tools webdesign webdev
August 16, 2022 at 6:52:02 PM GMT+2
https://omatsuri.app/

Heroicons

Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.

design free svg icons webdesign tailwindcss opensource freesoftware
August 16, 2022 at 6:45:32 PM GMT+2
https://heroicons.com/

Iconduck

icons design free opensource iconset emoticons webdesign
February 5, 2021 at 10:43:48 AM GMT+1
https://iconduck.com/

Flexbox Froggy - Ein Spiel, um CSS flexbox zu lernen

css layout webdesign webdev flexbox tutorial
May 22, 2020 at 10:24:37 PM GMT+2
https://flexboxfroggy.com/

Grumpy Website

ALL OF THIS!!

blog design ux web bad ui webdesign
May 13, 2020 at 3:27:10 PM GMT+2
https://grumpy.website/

Web browser color management guide

design firefox colormanagement webdev monitor hardware chrome webdesign colors
May 4, 2020 at 2:08:50 PM GMT+2
https://cameratico.com/guides/web-browser-color-management-guide/

10 open source SVG icon libraries that you can use for your next project - Themesberg

images opensource svg webdesign
May 1, 2020 at 1:31:08 PM GMT+2
https://themesberg.com/blog/open-source/10-open-source-free-svg-icon-libraries

Fork Awesome, a fork of the iconic font and CSS toolkit

icons opensource iconfonts webdesign
March 31, 2018 at 1:25:22 AM GMT+2
https://forkawesome.github.io/Fork-Awesome/

30 Seconds of CSS

css snippets tips webdesign
February 28, 2018 at 1:56:19 PM GMT+1
https://atomiks.github.io/30-seconds-of-css/

fastmail.gif

RT @bastianallgeier: .@FastMailFM IMHO has one of the coolest, most useful time pickers on the web:

fastmail ui ux webdesign datepicker
February 16, 2015 at 11:23:05 AM GMT+1
http://cl.ly/Znl2

Really Good Emails - The Best Email Designs in the Universe (that came into my inbox)

bestpractices design email inspiration webdesign
January 12, 2015 at 12:33:55 PM GMT+1
http://reallygoodemails.com/

Semantic UI

css design framework opensource ui webdesign html markup grid bootstrap
November 25, 2014 at 4:23:53 PM GMT+1
http://semantic-ui.com/

Google/Android Material Icons Index

icons design webdesign android google opensource
October 23, 2014 at 12:55:07 PM GMT+2
https://google.github.io/material-design-icons/

Vertical centering is impossible in CSS lol! No it isn't. // mini-rant by @jaffathecake

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<!--
Created using JS Bin
http://jsbin.com

Copyright (c) 2014 by jakearchibald (http://jsbin.com/honawo/5/edit)

Released under the MIT license: http://jsbin.mit-license.org
-->
<title>JS Bin</title>

<style id="jsbin-css">
body, html {
height: 100%;
margin: 0;
padding: 0;
}

p {
padding: 0 30px;
margin: 0;
font-family: Georgia, serif;
font-size: 100px;
font-size: 8vw;
box-sizing: border-box;
line-height: 1.4;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
filter: alpha(opacity=0);
pointer-events: none;
}

.active {
opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}

.technique-1 { / the best one /
display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}

.technique-2 {
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.technique-3 {
display: table;
}

.technique-3 > span {
display: table-cell;
vertical-align: middle;
}

.technique-4 { / yeah, this one is weak /
font-size: 4vw;
line-height: 100vh;
}
</style>

css html webdev webdesign flexbox ie8 ie9
October 23, 2014 at 12:50:43 PM GMT+2
https://jsbin.com/honawo/quiet/

CSS Triggers...

css css3 layout performance html webdesign webdev reference
August 1, 2014 at 11:40:28 AM GMT+2
http://csstriggers.com/

Share: The Icon No One Agrees On - BOLD by Pixelapse

design icon icons webdesign
June 13, 2014 at 11:44:14 AM GMT+2
https://bold.pixelapse.com/minming/share-the-icon-no-one-agrees-on
Filters
2 / 22
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
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