By Mayu Watanabe
My understanding is that "Design Visually and Sturucture Functionally".
Following is my grid system that 12-column fluid grid with a max width of 960px.
Here is my typography. The base type is 16px over 1.5 line height.
Type Pairings: Finding the perfect font combo is important for designing.
Title: Baskerville
Body: Raleway
Following are my forms.
This web site is used sass which has to be connected to prepros. Utility includes Variables, Nesting, Mixins, Functions, etc.
Media Queries are an excellent way to deliver different styles to different devices, providing the best experience for each type of user.
A clearfix is a way for an element to automatically clear its child elements, so that we don't need to add additional markup. It's generally used in float layouts where elements are floated to be stacked horizontally. The clearfix is a way to combat the zero-height container problem for floated elements.