博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
几种基本样式,背景图,字体,下划线,行高垂直等
阅读量:5954 次
发布时间:2019-06-19

本文共 817 字,大约阅读时间需要 2 分钟。

<div style=:width:600px; heiget:600px; background-color:...; background-image; background-repea:...; background-position;

                  宽度               高度                背景颜色                     背景图片                   背景图平铺                 背景图位置                  

background-attachment; background-size 200px 200px;

      背景图滚动                                背景图大小  

 

<div style=font-famliy:...; font-size:...; font-weight:italic; font-weight:bold; color;

              设置字体样式     设置字体大小          倾斜                   加粗                  颜色 

 text-decoration:underline && overline && line-through && none >

                          下划线           上划线          删除线        去掉下划线

 

<a id="d1" href="http://www.baidu.com">超链接</a>                              #d1{width:100px; height:100px; text-decoration:none; color:..;}

                                                          去掉下划线  改变字体颜色

 

 <div id="m1">测试</div>                                                   

#m1{width:300px; height:300px; background-color:#0F0; color:#60C; text-align:center; vertical-align:middle; line-height:300px;}

                                                                                                           水平对齐                垂直对齐                   行高

 

*{ margin:0px auto; padding:0px}   调整无边距    auto 使图片居中

 

转载于:https://www.cnblogs.com/qishuang/p/6082023.html

你可能感兴趣的文章
我的友情链接
查看>>
远程访问dmz和虚拟服务器的设置
查看>>
mysql主从配置
查看>>
HA集群配置
查看>>
UINavigationBar UINavigationItem UIBarButtonItem
查看>>
我的友情链接
查看>>
echarts
查看>>
Mac安装Brew
查看>>
Python yield 使用浅析
查看>>
Android UI-实现底部切换标签(fragment)
查看>>
string类常用单字符处理函数
查看>>
MYSQL 时间函数总结
查看>>
大话数据结构读书笔记系列(七)图
查看>>
java队列,ArrayBlockingQueue
查看>>
Linux 下java jdk安装
查看>>
ITV/IPTV常见错误代码及解决办法
查看>>
android studio打包aar心得
查看>>
嵌入式环境搭建之NFS
查看>>
对信号函数sigaction的sa_mask的学习
查看>>
Linux中路径的组成部分
查看>>