Web Design Blog

Exploring the Best Practices and Techniques in
Web Design to Create Beautiful and Effective Websites

Button Design with CSS: The Basics

Button Design with CSS: The Basics

Button design is at the core of product design. This blog post explains the world of buttons and CSS, from the simplest to the most complicated. Even if coding is not your strong suit, express your imagination. We'll explore the fundamentals of button design with CSS,...

Text Decoration

Text Decoration

How to use Text Decoration The text-decoration property sets the type of text decoration used for the text. This adds an underline to all text inside the <p> element. Possible values for text-decoration include overline, line-through, underline and underline...

CSS text-align Property

CSS text-align Property

How to use CSS text-align property The text-align property sets the horizontal alignment of the text. The example below aligns the <p> element start, end, left, right, center, justify, justify-all, or match-parent all the specified text. HTML <p...

CSS: Text Color Property

CSS: Text Color Property

How To Use The Text Color Property This property determines the text color for elements you target. This changes the color of all text within the element to red. You could also use any valid CSS color value, including a named color (such as red), a hexadecimal color...

CSS Input

CSS Input

Designing CSS input fields or forms can be tricky. Whether you are creating forms in table with CSS or trying to find CSS styles for forms, this is the right CSS form post for you. Designing CSS forms isn't always easy and sometimes it seems down right impossible. 3...

Typography Framework

Typography Framework

Creating a cohesive typographical CSS can sometimes be demanding. I have created a great starting point when you need a nice Font head start to rapidly deploy your website design. Please use in any context and feel free to update it. Download

Font Stacks

Font Stacks

What's in a font? A Font Stack is an array of fonts that could possibly be used by the Client browser to render a website depending on the Client OS and what fonts are installed on the Client computer. It's not a one size fits all, but it is the ability to control...

Design Blog Categories