分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > IT知识

学写网页 #02# 无题

发布时间:2023-09-06 01:44责任编辑:傅花花关键词:暂无标签

参照物

v1

<!DOCTYPE html><html> ???<head> ???????<meta charset="utf-8" /> ???????<title>My Picture List</title> ???????<link rel="stylesheet" href="css/hello.css" /> ???</head> ???<body> ???????<main> ???????????<div id="classification"> ???????????????<a href="index.html" class="tag"><span>萌物</span></a> ???????????????<a href="index2.html" class="tag"><span>风景</span></a> ???????????</div> ???????????<div id="picture-panel"> ???????????????<div id="picture-box"><img src="img/6.jpg" alt="" /></div> ???????????????<div id="picture-box"><img src="img/7.jpg" alt="" /></div> ???????????</div> ???????</main> ???????<footer></footer> ???????????</body></html>
#picture-box { ???display: inline-block; ???width: 12em; ???height: 12em; ???overflow: hidden; ???margin-top: 0; ???margin-right: 12px; ???margin-bottom: 12px; ???margin-left: 0;}

v2

看上去好像是这么回事,实际上。。。 (手动捂脸

#classification { ???margin-top: 0.5em; ???margin-bottom: 0.5em; ???}.tag { ???background-color: #009688; ???border-color: #009688; ???border-radius: 3px; ???box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); ???display: inline-block; ???margin-right: 8px; ???padding: 0 16px;}.tag span { ???color: rgba(255,255,255,.8); ???display: inline-block; ???font-size: 14px; ???font-weight: 300; ???line-height: 49px; ???text-decoration: none; ???white-space: nowrap;}#picture-box { ???display: inline-block; ???width: 220px; ???height: 220px; ???overflow: hidden; ???margin-top: 0; ???margin-right: 12px; ???margin-bottom: 12px; ???margin-left: 0;}img { ???height: 100%;}

学写网页 #02# 无题

原文地址:https://www.cnblogs.com/xkxf/p/8524743.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved