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
17527 shaares · 14141 private links
Filters
2 / 14
Links per page
20 50 100
275 results tagged css

Semantic UI

css framework ui bootstrap
August 3, 2017 at 00:51:13 GMT+2
https://semantic-ui.com/

CSS variables are a game changer by Gregor Adams

css webdev
June 16, 2017 at 15:43:21 GMT+2
http://slides.com/gregoradams/css-variables-are-a-game-changer#/

CSS Houdini- the bridge between CSS, JavaScript and the browser by Serg Hospodarets

animation css webdev html javascript
June 16, 2017 at 15:37:10 GMT+2
http://slides.com/malyw/houdini-codemotion#/

CSS Reference - A free visual guide to the most popular CSS properties.

css reference
November 27, 2016 at 00:51:23 GMT+1
http://cssreference.io/

Semantic UI

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

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 GMT+2
https://jsbin.com/honawo/quiet/

CSS Triggers...

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

12 Awesome CSS3 Features That You Can Finally Start Using | Tutorialzine

animation css css3 tutorial webdev
October 28, 2013 at 17:19:51 GMT+1
http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/

Slide In (as you scroll down) Boxes | CSS-Tricks

animation css css3 javascript jquery android ui ux effects webdev html
September 25, 2013 at 13:55:42 GMT+2
http://css-tricks.com/slide-in-as-you-scroll-down-boxes/

Text input love - CodePen

css webdesign forms
August 19, 2013 at 23:31:53 GMT+2
http://codepen.io/MichaelArestad/full/ohLIa

DevDocs

Some critics haven't grasped the coolness of : search ALL the docs, offline, in browser. Disconnect wifi, still works

css documentation html jquery reference webdev backbone dom underscore
August 5, 2013 at 14:31:03 GMT+2
http://devdocs.io/

Pure

css framework responsive layout webdev via:popular
June 7, 2013 at 12:32:58 GMT+2
http://purecss.io/

Ladda

ui css design buttons loading via:popular toread
June 7, 2013 at 12:32:52 GMT+2
http://lab.hakim.se/ladda/

sphinx-bootstrap-theme 0.2.2 : Python Package Index

sphinx bootstrap css html theme
April 26, 2013 at 12:28:47 GMT+2
https://pypi.python.org/pypi/sphinx-bootstrap-theme/0.2.2

Foundation: The Most Advanced Responsive Front-end Framework from ZURB

RT @tomlazar: .@davilima6 @diskokaiser looks VERY promising, thanks! Can’t wait to give it a spin!

css framework html javascript prototyping
April 18, 2013 at 12:08:41 GMT+2
http://foundation.zurb.com/

Alpha channel opacity on body background ⚒ Nerd

Use the alpha channel in background colours on the body element with care. Here's why.

html webdesign hsla css
April 10, 2013 at 10:03:17 GMT+2
http://nerd.vasilis.nl/alpha-channel-opacity-on-body-background/

Contrast Ratio: Easily calculate color contrast ratios. Passing WCAG was never this easy!

RT @LeaVerou: I made a new mini-app! Easy color contrast ratios

css accessibility usability webdesign webdev wcag html colors
October 14, 2012 at 09:13:25 GMT+2
http://leaverou.github.com/contrast-ratio/

Easy color contrast ratios | Lea Verou

"When a color combination doesn’t pass WCAG, it usually is hard to read"

css accessibility usability webdesign webdev wcag html colors
October 14, 2012 at 08:43:01 GMT+2
http://lea.verou.me/2012/10/easy-color-contrast-ratios/

Flexbox — fast track to layout nirvana? - Dev.Opera

css html flexbox layout webdev webdesign browsers webstandards
October 9, 2012 at 10:06:44 GMT+2
http://dev.opera.com/articles/view/flexbox-basics/

WebPlatform.org — Your Web, documented

css development html5 resources web
October 8, 2012 at 21:20:09 GMT+2
http://www1.webplatform.org/
Filters
2 / 14
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