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>
查看全文
相关阅读:
Kafka遇到30042ms has passed since batch creation plus linger time at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.valueOrError(FutureRecordMetadata.java:94)
postgreSQL学习(二):pgsql的一些基础操作
postgreSQL学习(一):在Linux下安装postgreSQL
黑苹果 技嘉 B250M-DS3H-CF i57500 HD630 EFI引导驱动发布
记录一次垃圾短信网站短链分析
MYSQL timestamp NOT NULL插入NULL的报错问题
Permissions 0755 for '/home/lonecloud/.ssh/id_rsa' are too open.
工作笔记:/bin/bash^M: 坏的解释器: 没有那个文件或目录 问题解决
nginx常用配置
VMware配置centos虚拟机静态ip
原文地址:https://www.cnblogs.com/myssh/p/1443002.html
最新文章
.net core 实现基于 JSON 的多语言
asp.net core 实现支持多语言
[100]linux常用命令参数小结
[100]tar命令打包(排除目录或文件)
[svc]sort-uniq
[svc]tomcat目录结构/虚拟主机/nginx反向代理cache配置
[svc]jdk+tomcat部署.jforum论坛部署
[na]tcpdump非常实用的抓包实例
[svc]linux性能监控
[svc]java初步
热门文章
[nginx]性能优化
The superclass "javax.servlet.http.HttpServlet" was not found 问题解决
通过maven中properties标签定义spring版本号
Java compiler level does not match the version of the installed Java project 问题解决
jmeter http协议---cookie处理
JVM调优之---一次GC调优实战
JVM调优——之CMS 常见参数解析
JVM调优——之CMS GC日志分析
java反射机制浅谈
maven编译时候报"编码 GBK 的不可映射字符"
Copyright © 2011-2022 走看看