Bonus Flexbox Grid

To support responsive design, often developers use CSS libraries to speed there build processes. A CSS library can be a huge set of pre-written CSS that when incorporated with pre-designed HTML skeletons produce a huge array of components and layouts. To popular examples are Bootstrap and Bulma. But if you’re looking to work with just… Continue reading Bonus Flexbox Grid

Published

Tailwind CSS Setup

This is a quick start guide for setting up a project that uses the functional CSS library Tailwind CSS. This setup allows you to write Tailwind CSS classes in HTML and whenever you save changes to the file, the compiler will add any missing CSS to your style.css file. First Time Setups Settings: search for… Continue reading Tailwind CSS Setup

Published

Dür site v1

I’m using a common .title class for all the absolute postioned background text and then four separate modifying classes to position each title at the four corners of the page. Here’s some of the sample code:

Published
Categorized as Posts

Design2 – CSS Libraries Part 2

Topics Tutorials This tutorial teaches the fundamentals of setting up a tailwind project and working with a sample tailwind project. There are a few changes to tailwind since this tutorial, so bold values are changes. Here is a summary of the setup: Problem Set Revisit the Tweet cards project from web design 1 or a… Continue reading Design2 – CSS Libraries Part 2

Published
Categorized as Posts

design2 – css libraries and tools

Topics Tutorials Problem Set Using Bulma, build a simple default page and elements page similar to what you’ve seen in HTML5Up. For the Blog Describe which Bulma components to be the most useful for building something quickly and how you could see using them.

Published
Categorized as Posts

Font Pairing Exercise

Choose two fonts from Google fonts that will be a good pair for a heading font and a body text font. You may wish to choose yet another highly styled font for a ‘title font’ as well. Things to consider with your pairing and simple web page created: Upload a link to the simple webpage… Continue reading Font Pairing Exercise

Published
Categorized as Posts

Font Identification Exercise

Go to any website of interest and take a screen shot of a card or a page that shows the heading and body text used. You may have more than one of each. Then using the inspector identify the following traits of each font:

Published
Categorized as Posts

Basic Layout Exercise

Find a piece of card layout design within a larger piece of web design from designspiration. Then draw a box model on the design working from the outside to the inside. Don’t worry about “content” (text and images) only draw the boxes needed to build the layout. Next create an HTML skeleton model that has… Continue reading Basic Layout Exercise

Published
Categorized as Posts