Brennan Novak cool, isn’t it ;) I’m going without CSS for a week to ensure my markup is nice and clean
Brennan Novak cool, isn’t it ;) I’m going without CSS for a week to ensure my markup is nice and clean
Brennan Novak amongst other things, it’s use of px for everything related to typography
Designing a poster in HTML (for compatibility). It’s relaxing to not have to deal with fluid design. body { width: 210mm; height: 297mm; }
@idiot loving “He was
:).content
, but was he .happy
?”
@cssquirrel I did that earlier today and it failed :( Hope you have better luck.
Pure–CSS attempts to auto-include favicons on external links/.h-card
failed :( Resorting to javascript…
CSS, Y U NO HAVE STRING CONCATENATION?
Tonight I feel like wrangling some CSS. I want to make it do things it probably shouldn’t. Amongst other things, fixing rel=external
.
@cssquirrel in theory CSS preprocessors should take care of that for us. I don’t use them, do they get updated quickly?
@cssquirrel nope! Vendor extensions are a very good (if tiresome) thing, provided they’re deprecated as soon as the naked declaration is standardised.
It just kills me to see websites where the (non print) styling uses cm as units.
Bootstrap’s fluid grid is nice. I think I’ll just steal this bit and leave the rest alone for the moment…
Toggle commentedness in CSS with just the first /*
:
/* css.code:to { be: toggled; } /**/
::selection
doesn’t support background-image
:( I even had a funny trick planned:
Using box-shadow to draw: Amazing http://css-tricks.com/examples/ShapesOfCSS/#space-invader
Opera implementing -webkit prefixes is only as big a deal as we make it. Provided we don’t say ‘hey, it’s alright to only use -webkit now’ there’s no problem.
I’ve recently started using these styles for adding automargins (margic = magic + margin) to floated items:
.floatLeft.margic { margin-right: 1em; }
.floatRight.margic { margin-left: 1em; }
I’ve recently started using these styles for adding automargins (margic = magic + margin) to floated items:
.floatLeft.margic { margin-right: 1em; }
.floatRight.margic { margin-left: 1em; }