Lesson 7: Responsive Typography In Action】的更多相关文章

Lesson 7: Responsive Typography In Action 排版一直都是设计和传达的基础.虽然现在的设计和印刷品设计差别很大,但核心原则还是不变的. Article 1: Bonus: Responsive Typography Experiment 不是英语,看不明白是什么 好像是展示网页实现的人脸识别功能. Article 2: Responsive Typography: The Basics 屏幕分辨率多了,网站设计已经从静态布局.本地字体向 动态布局.网络字体(…
原文链接: https://github.com/dypsilon/frontend-dev-bookmarks Frontend Development Looking for something else? Take a look at the awesome collection of other awesome lists. Guides Bento: a collection of guides for web development. Hack Design: An easy to…
HTML插入 <!DOCTYPE html> <html class="no-js iarouse"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="d…
原版的:https://developers.google.com/web/fundamentals/getting-started/your-first-multi-screen-site/ 该网站的第一个多屏幕适配 如今有一系列的智能手机和大屏幕显示设备(甚至是电视),所以我们须要学习如何开发一个能够在这些设备中都表现良好的站点. 多屏幕适应的开发经验并非那么难.依据这个系列的教程.一起来做一个样例: https://www.udacity.com/course/cs256 CS256 Mo…
前言 不像响应式布局,通过media query,设置几个变化点来适配,流体排版通过调整大小,适配所有设备宽度.这个方法可以使我们开发的网页,在几乎所有屏幕尺寸上都可以使用.但出于一些原因,它的使用率还远远没有响应式技术高. 在印刷的历史上,排版是根深蒂固的.关于“流体”的概念,在传统思想里并不存在.这是因为,在印刷上,尺寸大小都是有固定的,不用考虑在页面上使用.我认为流体排版技术可以和网页很好的匹配.这是在不同媒介上的一种解决方法. 并不意味着我们要推翻之前的所有关于排版的认识,只需要去学习如…
问题场景: 在实现响应式布局的过程中,如何设置字体大小在不同的视窗尺寸以及不同的移动设备的可读性? 需要了解的有: 1.px,em,pt之间的换算关系 1em = 16px 1px  = 1/16 em = 0.0625em ////以下用的比较少////// 1em = 12pt 1px = 3/4 pt = 0.75pt 1pt = 1/12 em 0.0833em 1pt = 4/3 px = 1.3333px 2.任意浏览器默认字体都是16px.所有未经调整的浏览器默认尺寸为 1em=1…
Lesson 5: Typography in Product Design Article 1: Interactive Guide to Blog Typography 布局(Layout) 用空白(white space)突出内容,或者说使用大量空白(empty space)使内容看起来框架清晰. 不要有太多分散注意力的东西,特别是侧边栏(sidebar)中的文本. 尺寸(Measure) 一行多少个字母(不是汉字)?大概 50-80 个会有最好的可读性,太多的话换行的时候就瞎了. 行高(…
Lesson 2: Dive Into Typography (排版) 排版是字的艺术,是关于字的一切:字体.字号.行高.行长.字重(斜体/加粗/正常).字距(kerning).行距(leading)可读性-- Article 1: Typography Essentials – A Getting Started Guide (排版要点--一个入门指南) 这篇文章所说的很多都不适用于中文. 基础 The Type Size, also called the Cap Height, is the…
Lesson 3: The Amazing New Mobile Web Article 1: This is Responsive by Brad Frost 各种响应式网站设计的资源. Article 2: Common Mobile Problems 作者做了个问卷调查,调查设计师们在响应式网站设计(RWD,Responsive Website Design)过程中遇到的问题. The lack of a static design phase 与以前设计静态效果图(static scre…
本文转自:https://docs.microsoft.com/en-us/aspnet/core/client-side/bootstrap?view=aspnetcore-2.1 Bootstrap is currently the most popular web framework for developing responsive web applications. It offers a number of features and benefits that can improve…