liyuexin1

导航

2026年6月26日 #

圆形制作

摘要: .circle{ width: 200px; height: 200px; border-top-right-radius: 50%; border-bottom-left-radius: 50%; background-color: red; text-align: center; line-he 阅读全文

posted @ 2026-06-26 09:16 李玥锌 阅读(2) 评论(0) 推荐(0)

2026年6月21日 #

论插图

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" div.content{ width: 200px; height:200px ; margin: 0 auto; } li{ float: 阅读全文

posted @ 2026-06-21 12:49 李玥锌 阅读(3) 评论(0) 推荐(0)

细线表格制作

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" /table,th,td{ border: 1px solid red; } table{ border-collapse: collapse 阅读全文

posted @ 2026-06-21 12:48 李玥锌 阅读(2) 评论(0) 推荐(0)

点击下载

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" a{ color: #000; text-decoration: none; } 点击下载 阅读全文

posted @ 2026-06-21 12:46 李玥锌 阅读(2) 评论(0) 推荐(0)

设置2种不同的链接样式

摘要: !DOCTYPE html html head meta charset="UTF-8" title设置2种不同的链接样式/title style type="text/css" a{ text-decoration:none ; color: black; } a#blue{ background 阅读全文

posted @ 2026-06-21 12:44 李玥锌 阅读(1) 评论(0) 推荐(0)

结束签到

摘要: !DOCTYPE html html head meta charset="UTF-8" title结束签到</title style type="text/css" body{ height: 2000px; background-image: url(img/index_03.jpg); bac 阅读全文

posted @ 2026-06-21 12:43 李玥锌 阅读(2) 评论(0) 推荐(0)

如何动态改变css的样式

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" *{margin: 0;padding: 0;} .bg{ margin: 0 auto; width: 500px; height: 300 阅读全文

posted @ 2026-06-21 12:34 李玥锌 阅读(1) 评论(0) 推荐(0)

选择器

摘要: !DOCTYPE html html head meta charset="UTF-8" title/title style type="text/css" /style /head body div id="" p class="red"hello/p div class="father" div 阅读全文

posted @ 2026-06-21 12:32 李玥锌 阅读(3) 评论(0) 推荐(0)

给图片添加边框

摘要: !DOCTYPE html html head meta charset="UTF-8" title给图片添加边框/title style type="text/css" /img{ border: 1px solid red; }/ tr:nth-child(1){ background-colo 阅读全文

posted @ 2026-06-21 12:30 李玥锌 阅读(2) 评论(0) 推荐(0)

网页

摘要: !DOCTYPE html html head meta charset="UTF-8" title>/title style type="text/css" *{margin: 0;padding: 0;} .top{ margin: 0 auto; width: 1200px; height: 阅读全文

posted @ 2026-06-21 12:28 李玥锌 阅读(6) 评论(0) 推荐(0)