Homebrew Website Club Logo by Malcolm Blaney
Are you building your own website? Indie reader? Personal publishing web app? Or some other digital magic-cloud proxy? If so, come on by and join a gathering of people with likeminded interests. Bring your friends who want to start a personal web site. Ex…
A three line approach to creating a responsive grid system. .container { display: grid; /* Display as a Grid */ grid-template-columns: repeat(auto-fit,
.container {
display: grid;
/* Display as a Grid */
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
/* repeat = as many times as you can fit */
/* auto-fit = fit as many items on the line as possible, go bigger if you need to */
/*minmax = (min size, max size) = the minimum size the column should be is 200px, but if there's space then give them all 1fr of that width. */
grid-gap: 10px;
}
CSS fails to validate, .relme ul Value Error : text-align top is not a text-align value : top
. Did you mean vertical-align: top
?
Which cities have the most diverse food scenes on the planet?
Are you building your own website? Indie reader? Personal publishing web app? Or some other digital magic-cloud proxy? If so, come on by and join a gathering of people with likeminded interests. Bring your friends who want to start a personal web site. Exchange information, swap ideas, talk shop, he…
Homebrew Website Club Logo by Malcolm Blaney
Are you building your own website? Indie reader? Personal publishing web app? Or some other digital magic-cloud proxy? If so, come on by and join a gathering of people with likeminded interests. Bring your friends who want to start a personal web site. Ex…
Quill – π A Micropub client for creating posts
@awolftune Are you coming to IndieWebCamp this year? July 11β12th in Portland https://indiewebcamp.com/2015
@savannahmillion has a way with words
Make sure unicode (as evidenced in snarfed/bridgy/issues/834) is covered in test.
Started using the last digit of my restaurant bill as a checksum, cause I’ve had the tip amount changed on me too many times now
Decide your rough desired tip, calculate your tentative total, then add up the digits before the decimal point and use that as the number of cents