|
发表于 2020-8-18 16:26:25
|
显示全部楼层
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>鱼C工作室</title>
- <style type="text/css">
-
- h1 {
- font-family: kaiti;
- color: yellowgreen;
- font-weight: bold;
- padding: 10px;
- border-bottom: 2px solid rgba(10, 10, 10, 25%);
- text-indent: -250em;
- background: url([img]https://xxx.ilovefishc.com/forum/201701/17/135243t29w12wr2982vccm.png[/img]) no-repeat 00 0
- }
- p {
- padding: 5px 10px;
- text-indent: 2em;
- border-left: 3px solid #27AE59;
- background: #ECF0F1;
- }
- </style>
- </head>
- <body>
- <h1>鱼C工作室</h1>
- <p>小甲鱼(本名
- 李佳宇),鱼C工作室创始人,七年编程教学工作经验,已发布过《零基础入门学习Python》、《数据结构和算法》、《带你学C带你飞》、《Windows程序设计》、《解密系列》等系列视频教程。视频在网易云课堂、百度传课、51CTO等网站发布后,广受网友好评,多次被网页及相关专题推荐,累计学习人数达30万。
- </p>
- </body>
- </html>
复制代码 |
|