CSS Basics: Styling Links Like a Boss

You are probably well acquainted with how links looks without any styling at all. That blue. That underline. That’s a link in it’s purest form. But what if we want to change things up a bit? Perhaps blue doesn’t work with your website’s design. Maybe you have an aversion to underlines. Whatever the reason, CSS lets us style links just like any other element.


CSS Basics: Styling Links Like a Boss is a post from CSS-Tricks

Read more

30+ Best Hand Lettering Fonts

Hand lettering fonts can add a unique flourish to your design. They’re full of fun, character, and style. Whether you’re looking for a realistic calligraphy effect, or something more abstract, our collection of the best hand lettering fonts is a great starting point! Hand lettering fonts span a huge range of styles. They range from […]
Read more

CSS Basics: Using Multiple Backgrounds

With CSS, you can control the background of elements. You can set a background-color to fill it with a solid color, a background-image to fill it with (you guessed it) an image, or even both:

body {
background-color: red;
background-image: url(pattern.png);
}

Here’s an example where I’m using an SVG image file as the background, embedded right in the CSS as a data URL.

See the Pen background color and image together by Chris Coyier (@chriscoyier) on …


CSS Basics: Using Multiple Backgrounds is a post from CSS-Tricks

Read more

10up Turns Seven

10up, a web development agency founded by Jake Goldman in 2011, has turned seven years old. In a blog post celebrating the occasion, Goldman reviews the previous year and highlights some notable events for the company. “We welcomed more than 30 new clients to our portfolio in another record sales (more…)
Read more

Doc Pop’s News Drop: 4.9.3 Breaks Auto-Updates, Browsealoud Breaks Government Websites, and WCEU Call For Volunteers

Doc’s WordPress News Drop is a weekly report on the most pressing WordPress news. When the news drops, I will pick it up and deliver it right to you. This week Doc talks about how WordPress version 4.9.3 breaks the auto-update feature and how 4.9.4 fixes it. Doc also covers the recent Browsealoud plugin hack, …
The post Doc Pop’s News Drop: 4.9.3 Breaks Auto-Updates, Browsealoud Breaks Government Websites, and WCEU Call For Volunteers appeared first on Torque.
Read more

Rebuilding ACCESS NYC with Blue State Digital

It’s not always easy to figure out which government benefit programs you qualify for—information and ease of use are key barriers for families looking to avail themselves of social services. Alongside our work with New York City on Growing Up NYC, we also partnered with the Mayor’s Office for Economic Opportunity (NYC Opportunity) to rebuild …
The post Rebuilding ACCESS NYC with Blue State Digital appeared first on Torque.
Read more

CSS Basics: The Second “S” in CSS

CSS is an abbreviation for Cascading Style Sheets.

While most of the discussion about CSS on the web (or even here on CSS-Tricks) is centered around writing styles and how the cascade affects them, what we don’t talk a whole lot about is the sheet part of the language. So let’s give that lonely second “S” a little bit of the spotlight and understand what we mean when we say CSS is a style sheet.

The Sheet Contains the…


CSS Basics: The Second “S” in CSS is a post from CSS-Tricks

Read more

How to Design Readable Content for the Web

Designing content is more than just making something look great. You have to create a design that people will actually read, and help them engage with the content. Sometimes, that’s easier said than done. People generally have short attention spans, and you shouldn’t expect them to digest every word on the screen. But you can […]
Read more

Observable

Observable launched a couple of weeks ago. As far as I understand, it’s sort of like a mix between CodePen and Medium where you create “notebooks” for exploring data, making nifty visualizations.

Check out this collection of visualizations using map integrations as an example. The entries are not only nice demos of the libraries or technology being used (i.e. D3, Google Maps, Leaflet, etc.), but also make for some interesting infographics in themselves.

In a note about this interesting new …


Observable is a post from CSS-Tricks

Read more