HTML:<!DOCTYPE ><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style type="text/css"> * { marg ...
分类:
其他好文 时间:
2016-05-16 14:13:20
阅读次数:
198
HTML:<!DOCTYPE ><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style type="text/css"> * { marg ...
分类:
其他好文 时间:
2016-05-16 12:49:50
阅读次数:
154
HTML:<!DOCTYPE ><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style type="text/css"> * { marg ...
分类:
其他好文 时间:
2016-05-16 12:33:11
阅读次数:
146
<html> <head> <title>淘宝 2faner</title> <style type="text/css"> .big{ width: 800px; height: 500px; background: #333; position:absolute;left: 50%; top: ...
分类:
其他好文 时间:
2016-05-16 00:12:48
阅读次数:
121
HTML:<!DOCTYPE ><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style type="text/css"> * { marg ...
分类:
其他好文 时间:
2016-05-15 19:46:47
阅读次数:
226
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Document</title> <link rel="stylesheet" type="text/css" href="css/gradient.css ...
分类:
Web程序 时间:
2016-05-15 19:30:06
阅读次数:
210
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } body { padding: 10px; font-fam ...
分类:
其他好文 时间:
2016-05-13 18:55:50
阅读次数:
111
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>图片宽度自适应</title> <style type="text/css"> img{ max-width: 100%;//一个max-width解决图片响应式 ...
分类:
其他好文 时间:
2016-05-13 17:16:38
阅读次数:
229
<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>瀑布流布局效果</title>
<linkhref="style.css"rel="stylesheet"type="text/css">
</head>
<body>
<divid="div1">
<ul>
<li>&l..
分类:
Web程序 时间:
2016-05-13 15:41:00
阅读次数:
207
主页面<title>无标题文档</title> <style type="text/css"> #list{ width:250px; height:200px} #jieguo{ width:250px; height:200px} .x{float:left} </style> </head> ...
分类:
其他好文 时间:
2016-05-13 13:01:36
阅读次数:
134