CSS样式链接和文字常用属性
行内: <div style="color:red;"></div>
内嵌<style>div{background-color:red;}</style>
外部引用
<link rel="stylesheet"(样式表) href="./xxx.css">
xxx.css文件: div{color:red}
CSS文字属性
color : #999999; /*文字颜色*/
font-family : 宋体,sans-serif; /*文字字体*/
font-size : 9pt; /*文字大小*/
font-style:itelic; /*文字斜体*/
font-variant:small-caps; /*小字体*/
letter-spacing : 1pt; /*字间距离*/
line-height : 200%; /*设置行高*/
font-weight:bold; /*文字粗体*/
vertical-align:sub; /*下标字*/
vertical-align:super; /*上标字*/
text-decoration:line-through; /*加删除线*/
text-decoration: overline; /*加顶线*/
text-decoration:underline; /*加下划线*/
text-decoration:none; /*无修饰线*/
text-transform : capitalize; /*首字大写*/
text-transform : uppercase; /*英文大写*/
text-transform : lowercase; /*英文小写*/
text-align:right; /*文字右对齐*/
text-align:left; /*文字左对齐*/
text-align:center; /*内部元素居中*/
text-align:justify; /*文字分散对齐*/
vertical-align:top; /*垂直对齐该行元素内的最大元素顶部/
vertical-align:bottom; /*垂直对齐该行元素内的最大元素的底部*/
vertical-align:middle; /*垂直居中对齐*/
vertical-align:text-top; /*垂直对齐父元素的顶部*/
vertical-align:text-bottom; /*垂直对齐父元素的底部*/
top、bottom、text-top、text-bottom区别:
<p style="font-size: 15px; text-decoration: overline ;">一个
<top>top对齐</top>
<span style="font-size: 30px; text-decoration: overline;">方式</span>
</p>
<p style="font-size: 15px; text-decoration: overline ;">一个
<ttop>text-top对齐</ttop>
<span style="font-size: 30px; text-decoration: overline;">方式</span>
</p>
<p style="font-size: 15px; text-decoration: overline ;">一个
<bottom>bottom对齐</bottom>
<span style="font-size: 30px; text-decoration: overline;">方式</span>
</p>
<p style="font-size: 15px; text-decoration: overline ;">一个
<tbottom>text-bottom对齐</tbottom>
<span style="font-size: 30px; text-decoration: overline;">方式</span>
</p>
运行结果:
overflow:hidden;//隐藏文本溢出部分。
white-space:nowrap;//对文本不换行。
text-overflow:ellipsis;//溢出部分用省略表示(基于前两个属性都有的情况下)
text-overflow:clip;//剪切。
text-overflow:".....";//自定义格式。
position:absolute;//设置文档的位置为绝对定位,relative表示相对定位。
right:50px;//表示该元素距离右边元素的距离为50px,使用该元素必需设置position元素。
z-index;/*指定元素的堆叠顺序*/
clip:rect(top,right,bottom,left);/*剪切图形*/
flex//flex布局,在使用flex布局的时候,需要将父容器的flex的display设置为“display:flex;”。
title:"提示信息“ title元素用在指定的元素上,会出现提示信息。
CSS样式链接和文字常用属性的更多相关文章
- css样式清零及常用类
css样式清零及常用类 @charset "utf-8"; /*CSS Reset*/ /*"微软雅黑","\5FAE\8F6F\96C5\9ED1& ...
- css样式表中四种属性选择器
学习此连接的总结http://developer.51cto.com/art/201009/226158.htmcss样式表中四种属性选择器1> 简易属性 tag[class]{ font-we ...
- 表单、框架结构的大概、CSS开头(选择器以及常用属性)
<!--为网页添加图标,写在头部--> <link rel="shortcut icon" href="favicon.ico(路径)" ty ...
- CSS样式案例(1)-文字的排版
本篇介绍的是小窗文字内容的排版,通过该篇文章可以让小伙伴们熟悉以下几个知识点: word-space.overflow.text-overflow. 最终的展示效果如下: 参考步骤: 1. 建立htm ...
- 三、CSS样式——链接
CSS链接的四种状态: a:link ——普通的.未被访问的链接 a:visited ——用户已访问的链接 a:hover ——鼠标指针位于链接的上方 a:active ——链接背点击的时刻 常见的链 ...
- 修改css样式+jq中的效果+属性操作+元素操作
:checked 选框选中的 一.修改css样式: 1.参数只写属性名,则返回属性值 $(this).css( ' color '); //300px 2.参数是属性名,属性值,逗号分隔,是 ...
- css样式-区域内文字不会被选中
要注意浏览器的兼容性: -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
- CSS魔法(四)常用属性
元素的显示与隐藏 display.visibility.overflow 在CSS中有三个显示和隐藏的单词比较常见,我们要区分开,他们分别是 display.visibility 和 overflow ...
- html/css弹性布局的几大常用属性详解
弹性布局的名称概念: 1.容器:需要添加弹性布局的父元素:项目:弹性布局容器中的每一个子元素,称为项目. 2.主轴:在弹性布局中,我们会通过属性规定水平/垂直方向(flex-direction)为主轴 ...
随机推荐
- Nginx 模块分类
L:34
- Oracle查看表空间,创建表空间
查看表空间: SELECT tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space FROM ...
- 静态变量setter注入
1.java中静态方法调用非静态成员变量.非静态方法 public class Circle { private double radius = 1.0; double getAre() { retu ...
- HDU1890-Robotic Sort-Splay
#include <cstdio> #include <algorithm> #include <cstring> using namespace std; #de ...
- MySQL 同一台服务器同步数据
声明:我配置出来的slave_io_running和slave_sql_running都是yes.但是数据并没有同步! 希望有遇到相同问题的朋友,能够告诉我一下解决方案? 首先,如何在同一个服务器安装 ...
- BZOJ5203 [NEERC2017 Northern] Grand Test 【dfs树】【构造】
题目分析: 首先观察可知这是一个无向图,那么我们构建出它的dfs树.由于无向图的性质我们可以知道它的dfs树只有返祖边.考虑下面这样一个结论. 结论:若一个点的子树中(包含自己)有两个点有到它祖先的返 ...
- 【XSY2665】没有上司的舞会 LCT DP
题目大意 有一棵树,最开始只有一个点.每次会往这棵树中加一个点,总共\(n\)次.输出每次加点后树的最大独立集大小. 强制在线. \(n\leq 300000\) 题解 显然是LCT. 那么要维护什么 ...
- JPQL的关联查询
一般情况下,直接使用mysql语句写关联语句,是join on 的形式,如下: select * from tablea as a left join tableb as b on b.tablea_ ...
- 正睿 2019 省选附加赛 Day10
A 核心就是一个公式 \[\sum_{i = 0}^{k} S(k, i) \tbinom{x}{i} i\] S是第二类斯特林数 递推公式 \(S_2(n,k)=S_2(n−1,k−1)+kS_2( ...
- 【agc030f】Permutation and Minimum(动态规划)
[agc030f]Permutation and Minimum(动态规划) 题面 atcoder 给定一个长度为\(2n\)的残缺的排列\(A\),定义\(b_i=min\{A_{2i-1},A_{ ...