<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>圆形的头像示例</title> <style> * { margin: 0; padding: 0; background-color: #eeeeee; } .header-img { 150px; height: 150px; border: 3px solid white; border-radius: 100%; overflow: hidden; } .header-img>img { max- 100%; } </style> </head> <body> <div class="header-img"> <img src="https://q1mi.github.io/Blog/asset/img/head_img.jpg" alt=""> </div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>滚动背景图示例</title> <style> * { margin: 0; } .box { 100%; height: 500px; background: url("https://www.luffycity.com/static/img/width-bank.1c9d1b0.png") no-repeat center center; background-attachment: fixed; } .d1 { height: 500px; background-color: tomato; } .d2 { height: 500px; background-color: steelblue; } .d3 { height: 500px; background-color: mediumorchid; } </style> </head> <body> <div class="d1"></div> <div class="box"></div> <div class="d2"></div> <div class="d3"></div> </body> </html>
STM32命名
批处理参考
Delphi通过管道执行外部命令行程序(cmd)并获取返回结果
ubuntu使用备忘
ubuntu14.04中安装QuartusII9.1步骤
删除选中数据
DBGridEh基本操作
sqlserver 字符串函数
使用 Delphi Xe 的 TDictionary
- 最新文章
-
统一异常类
Springboot整合AOP
Cisco CPOS板卡替换成H3C MSR56-60的CPOS板卡
Cisco替换华三设备--E1接口配置
bpdu filter在什么场景下应用?(转)
面试SPF计算过程
SPF算法介绍(转)
PPPOE+L2TP(牛)
NAS-Initiated模式L2TP隧道配置(Cisco)
NAS-Initiated模式L2TP隧道配置(H3C)
- 热门文章
-
HMAC的通俗解释及应用
nmon服务器性能监控工具
Python+requests+exce接口自动化测试框架
接口自动化测试 python+request+excel(八)
python 简单的例子下详解回调函数
接口自动化测试 python+request+excel(七)
from xlutils.copy import copy 解决:导致Excel文件打不开(Excel无法打开文件,因为文件格式或文件扩展名无效,请确定文件未损坏,并且文件扩展名与文件的格式匹配)
同步、异步与阻塞与非阻塞的区别
接口自动化测试 python+request+excel(六)
python接口测试(post,get)-传参(data和json之间的区别)