摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Interlaced discoloration</title> <style> table{ width: 200px; height: 300px; backg 阅读全文
posted @ 2019-06-11 09:38 programerfield 阅读(114) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> .box{ position: relative; width: 500px; height: 800px; borde 阅读全文
posted @ 2019-06-10 16:37 programerfield 阅读(311) 评论(0) 推荐(0)
摘要: ico图标可以作为网页标签上显示的小logo,比如: 要获取一个网站的ico图标,只需要在url后输入/favicon.ico即可,比如 https://www.baidu.com/favicon.ico 也可以作为文件夹的显示图标,比如通过如下操作来DIY文件夹的样式 要制作自己的ico图像,使用 阅读全文
posted @ 2019-04-24 18:07 programerfield 阅读(233) 评论(0) 推荐(0)
摘要: white-space: nowrap;overflow:hidden;text-overflow:ellipsis;效果如下: 阅读全文
posted @ 2019-04-19 09:50 programerfield 阅读(309) 评论(0) 推荐(0)