会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
氯丙嗪
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
6
下一页
2022年5月19日
京东左侧菜单
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
posted @ 2022-05-19 14:57 氯丙嗪
阅读(34)
评论(0)
推荐(0)
2022年5月17日
图片列表
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="css/reset.css"> <style type="text/css"> /* 为body设置背景
阅读全文
posted @ 2022-05-17 21:01 氯丙嗪
阅读(13)
评论(0)
推荐(0)
布局练习
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ padding: 0; margin: 0; } .w{ width: 1000px; margin:aut
阅读全文
posted @ 2022-05-17 17:00 氯丙嗪
阅读(15)
评论(0)
推荐(0)
2022年5月16日
表格
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格</title> </head> <body> <!-- 表格用来表示一些格式化的数据 在网页中,使用table来创建表格 --> <table border="1px" al
阅读全文
posted @ 2022-05-16 22:39 氯丙嗪
阅读(14)
评论(0)
推荐(0)
背景
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>背景</title> <style type="text/css"> .box{ width: 200px; height: 200px; padding: 10px; /* ba
阅读全文
posted @ 2022-05-16 22:17 氯丙嗪
阅读(35)
评论(0)
推荐(0)
文本样式2
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>文本样式2</title> <style> p{ width: 300px; background-color: #bfa; /* white-space: 如
阅读全文
posted @ 2022-05-16 21:20 氯丙嗪
阅读(10)
评论(0)
推荐(0)
文本样式
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>文本样式</title> <style> p{ width: 500px; background-color: #bfa; font-size: 50px; /
阅读全文
posted @ 2022-05-16 21:19 氯丙嗪
阅读(17)
评论(0)
推荐(0)
字体
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>字体</title> <style type="text/css"> div{ border: 1px red solid; font-size: 30px; line-heigh
阅读全文
posted @ 2022-05-16 21:16 氯丙嗪
阅读(19)
评论(0)
推荐(0)
行高
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>行高</title> <style> /* 文本在网页中显示时,CSS会为每一个文本行都设置一个文本框,以容纳这些文字 */ div{ height: 100px; border:
阅读全文
posted @ 2022-05-16 20:37 氯丙嗪
阅读(12)
评论(0)
推荐(0)
em和rem
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>em和rem</title> <style> .box { color: red; font-size: 100px; font-family: 华文彩云, 微软雅黑; /* em
阅读全文
posted @ 2022-05-16 19:52 氯丙嗪
阅读(10)
评论(0)
推荐(0)
1
2
3
4
5
6
下一页
公告