zoukankan
html css js c++ java
fieldset使用实例
myssh
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>www.52CSS.com</title>
<style type="text/css">
* {
font-size:12px;
margin:0;
padding:0;
}
fieldset {
padding:10px;
margin:10px;
270px;
color:#333;
border:#06c dashed 1px;
}
legend {
color:#06c;
font-weight:800;
background:#fff;
border:#b6b6b6 solid 1px;
padding:3px 6px;
}
ul {
list-style-type: none;
margin:8px 0 4px 0;
}
li {
margin-top:4px;
}
</style>
</head>
<body>
<fieldset>
<legend>myssh</legend>
<ul>
<li>欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
</ul>
</fieldset>
</body>
</html>
查看全文
相关阅读:
Java秒杀实战 (三)秒杀基本功能开发
Java优化高性能高并发+高并发程序设计视频教程
Java远程通讯可选技术及原理
SCRUM MASTER检查单
每日站会
“完成”的定义
Sprint
敏捷估算
VerbalExpressions ——另类正则表达式
几篇关于VisualStudio的调试工具文章
原文地址:https://www.cnblogs.com/myssh/p/1443002.html
最新文章
ActiveReports 报表应用教程 (14)---数据可视化
ActiveReports 报表应用教程 (13)---嵌入第三方控件
ActiveReports 报表应用教程 (12)---交互式报表之贯穿钻取
ActiveReports 报表应用教程 (11)---交互式报表之文档目录
ActiveReports 报表应用教程 (10)---交互式报表之向下钻取(详细数据按需显示解决方案)
ActiveReports 报表应用教程 (9)---交互式报表之动态排序
ActiveReports 报表应用教程 (8)---交互式报表之动态过滤
ActiveReports 报表应用教程 (7)---交叉报表及数据透视图实现方案
ActiveReports 报表应用教程 (6)---分组报表
ActiveReports 报表应用教程 (5)---解密电子商务领域首张电子发票的诞生(套打报表)
热门文章
ActiveReports 报表应用教程 (4)---分栏报表
ActiveReports 报表应用教程 (3)---图表报表
ActiveReports 报表应用教程 (2)---清单类报表
ActiveReports 报表应用教程 (1)---Hello ActiveReports
使用Visual Studio 2012 开发 Html5 应用
error C1128: 节数超过对象文件格式限制: 请使用 /bigobj 进行编译
VS2017 配置 boost_1_70
cgal的安装、编译
windows下cuda的安装
Java秒杀实战 (四)JMeter压测
Copyright © 2011-2022 走看看