Sixth week blog1

CSS 单位

em and rem: are often used to create scalable layouts, which maintain the vertical rhythm of the page even when the user changes the font size.

cap:Represents the "cap height" (nominal height of capital letters) of the element’s font.

ch:Represents the width, or more precisely the advance measure, of the glyph "0" (zero, the Unicode character U+0030) in the element‘s font

em:Represents the calculated font-size of the element. If used on the font-size property itself, it represents the inherited font-size of the element.

ex:Represents the x-height of the element‘s font. On fonts with the "x" letter, this is generally the height of lowercase letters in the font; 1ex ≈ 0.5em in many fonts.

ic:Equal to the used advance measure of the "水" (CJK water ideograph, U+6C34) glyph found in the font used to render it.lhEqual to the computed value of the line-height property of the element on which it is used, converted to an absolute length.

rem:Represents the font-size of the root element (typically <html>). When used within the root element font-size, it represents its initial value (a common browser default is 16px, but user-defined preferences may modify this).

rlh:Equal to the computed value of the line-height property on the root element (typically <html>), converted to an absolute length. When used on the font-size or line-height properties of the root element, it refers to the properties‘ initial value.

vh:Equal to 1% of the height of the viewport‘s initial containing block.

vw:Equal to 1% of the width of the viewport‘s initial containing block.

vi:Equal to 1% of the size of the initial containing block, in the direction of the root element’s inline axis.

vb:Equal to 1% of the size of the initial containing block, in the direction of the root element’s block axis.

vmin:Equal to the smaller of vw and vh.

vmax:Equal to the larger of vw and vh.

px:One pixel. For screen displays, it traditionally represents one device pixel (dot). However, for printers and high-resolution screens, one CSS pixel implies multiple device pixels. 1px = 1/96th of 1in.

cm:One centimeter. 1cm = 96px/2.54.

mm:One millimeter. 1mm = 1/10th of 1cm.

Q:One quarter of a millimeter. 1Q = 1/40th of 1cm.

in:One inch. 1in = 2.54cm = 96px.

pc:One pica. 1pc = 12pt = 1/6th of 1in.

pt:One point. 1pt = 1/72nd of 1in.

原文地址:https://www.cnblogs.com/hayaasyh/p/9780935.html

时间: 2024-10-17 05:04:41

Sixth week blog1的相关文章

THE SIXTH DAY

今天是我学习编程的第六天~~ 今天我们又学了许多新的知识,我觉得我今天最大的进步是对循环和多重循环有了更深的理解,明显比前两天有感觉了,但仍有欠缺,仍需努力.今天还学习了数组,我觉得这一部分知识并不是太难,可能是因为这一部分本来就简单的原因,既然它简单,那么我一定要把它学的透彻.今天还学习了函数,我对函数不是太会,今后我要对函数进一步学习,把函数搞精通. 今天我也第一次尝试了焦作一中的餐厅伙食,感觉和我理想的一样,先不说饭的味道和种类,我喜欢这样的餐厅.我对一中的好感度也很高. 今天比较愉快.

python&#39;s sixth day for me 员工信息表

import os user_dic = { 'username':None, 'password':None, 'login':True } flag = False name_list = ['id','name','age','phone','job'] check_conditions = ['>','<','=','like'] def auth(func): def wrapper(*args,**kwargs): with open('user-pwd',encoding='ut

计算机是如何工作的blog1

计算机是如何工作的 存储程序计算机工作模型 冯诺依曼体系结构 从硬件角度来看:CPU和内存,由总线连接,CPU中有一个名为IP的寄存器,总是指向内存的某一块:CS,代码段,执行命令时就取IP指向的一条指令,然后IP自加1,就指向下一条指令. 从程序员角度来看:即存储程序计算机,内存存储数据和指令,CPU就是一个for循环,总是在执行下一条指令,CPU负责解释和执行这些指令. CPU如何识别这些指令? 定义API:程序员与计算机的接口界面 ABI:程序与CPU的接口界面,二进制指令编码,只涉及汇编

Sixth scrum meeting - 2015/10/31

概述 今天是周末,我们小组由于之前拖延的比较久,所以今天仍然在努力的开发…… 目前开发已经到了中期阶段,今天遇到了一个问题就是,由于小组的某些同学对git的使用不太熟悉,导致在git push的时候遇到了冲突后,没有备份自己之前的代码就进行了merge,在merge的过程中又把自己新提交的代码给删掉了,之后由于android studio对git的支持也看不太懂,所以只能重新再写一遍…… 要解决这种问题,首先要让大家对git有更充分的了解,从而在发生了意想不到的修改后,能够把自己想要的代码找回来

【我的笔记BLOG1】配置webstorm + node.js +express + mongodb开发博客的环境

1. 安装webstorm 并破解 2. 安装node (以及express框架) 至官网下载并安装.(http://nodejs.org)v0.10.32   msi 安装后测试,打开命令行, c:\users\Iris804>  node >console.log("hello") 输出 hello undefined 安装node.js 包管理器(Express) ctrl+d, 回到初始窗口,输入  npm install -g express-gengerator

The sixth day of internship

昨天因为大实验课,没来公司上班. 今天来了之后,我询问主管我请假是时他说要教我的东西,主管很详细的地跟我讲了,接下来我记在下面(具体的细节只能等到我下次实践的时候在来了解了): ①抓包:(packet capture)就是将网络传输发送与接收的数据包进行截获.重发.编辑.转存等操作,也用来检查网络安全.抓包也经常被用来进行数据截取等.主管电脑上的抓包工具是(http analyzer v7)用来抓取注册apple id的程序(记不清了,下次再补上,是利用一个程序来通过邮箱注册),,利用抓包工具,

The Sixth Assignment

今天我们来学习一下LINQ这个神奇的东西...还有LINQ相关的一些玩意.. 根据度娘的说法: LINQ,语言集成查询(Language Integrated Query)是一组用于c#和Visual Basic语言的扩展. 它允许编写C#或者Visual Basic代码以查询数据库相同的方式操作内存数据. LINQ定义了大约40个查询操作符,如select.from.in.where以及order by LINQ 提供了一条更常规的途径即给.Net Framework添加一些可以应用于所有信息

Teamwork(The sixth day of the team)

每日列会过后,我们的工作进度都有所进展了,好开心,但是还不是我们想要的,我们想做得更快,更好.

Scrum Meeting——Sixth Week

一.Scrum Meeting照片 二.项目进度 三.心得感想 谭志坚(PM):自己的MVC知识亟需要加强,要不然整个项目分工和项目进度会受到阻碍. 四.下阶段安排 ①增加本地的新增团队功能(黄宇斌) ②部分前端代码的重构(谭志坚) ③新建团队功能的服务器端接入(郑俊杰) ④协助郑俊杰完成服务器端接入(林细吉)