1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>图片放大镜效果</title> 6 <link rel="stylesheet" type="text/css" href="../css/bootstrap ...
分类:
其他好文 时间:
2016-04-05 02:02:03
阅读次数:
237
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>鼠标移入移出改变透明度</title> 6 <link rel="stylesheet" type="text/css" href="../css/boots ...
分类:
其他好文 时间:
2016-04-05 02:01:30
阅读次数:
187
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>动态操作下拉选项</title> 6 <link rel="stylesheet" type="text/css" href="../css/bootstra ...
分类:
其他好文 时间:
2016-04-05 01:55:30
阅读次数:
192
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="base.css"/> <script src="sizzle.js" t ...
分类:
Web程序 时间:
2016-04-04 14:41:06
阅读次数:
151
1.CSS用link来链接样式表和文档。link需要放到head元素中,但不能放到其他元素内部。 对于CSS文档,type总是设置为text/css。这个值描述了使用link标记加载的数据类型。 href属性值可以是绝对的URL也可以是相对的。 media属性: all:用于所有表现的媒体。 scr ...
分类:
Web程序 时间:
2016-04-01 22:06:02
阅读次数:
214
<style type="text/css"> body{ -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); padding-top:20px; } ...
分类:
其他好文 时间:
2016-04-01 20:17:26
阅读次数:
137
@{ ViewBag.Title = " ";} <style type="text/css"> #infscr-loading { text-align: center; z-index: 100; position: fixed; left: 45%; bottom: 40px; width: ...
分类:
Web程序 时间:
2016-04-01 12:59:28
阅读次数:
435
网页常见的布局有一般一栏、两栏、三栏现在从一栏说起: css: <style type="text/css"> .container{background: #87cbe5;height: 700px;width:500px;/*margin:0px auto;*/margin-left: auto ...
分类:
Web程序 时间:
2016-04-01 00:49:07
阅读次数:
162
版权声明:本文为博主原创文章,未经博主允许不得转载。
水平居中
水平居中实现只要设置margin:0 auto;就可以实现
html lang="en">
head>
meta charset="utf-8">
title>水平居中title>
style type="text/css">
#box...
分类:
Web程序 时间:
2016-03-31 14:54:23
阅读次数:
196
<!doctype html> <html> <head> <title>Random nodes</title> <style type="text/css"> body { font: 13pt "courier new"; } #mynetwork { width: 600px; height ...
分类:
Web程序 时间:
2016-03-31 14:39:00
阅读次数:
213