Skip to content

Commit

Permalink
updata index add name
Browse files Browse the repository at this point in the history
  • Loading branch information
junr-he committed Apr 14, 2016
1 parent fb348c0 commit 543833c
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,58 @@
margin:0;
padding:0;
}
body{
font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif;
}
a{
text-decoration: none;
color:#333;
display:block;
padding:10px;
}
.J-page{
width:302px;
margin:0 auto;
position:absolute;
top:50%;
left:50%;
margin:-150px 0 0 -150px
}
.J-page a{
display:block;
width:150px;
float:left;
height:50px;
border:1px solid #D2D1D1;
line-height:50px;
text-align:center;
font-size:14px;
margin-left:-1px;
}

.J-page a:hover{
background-color:#333;
border:1px solid #333;
color:#fff;
}
.J-page h3{
font-size: 15px;
line-height: 35px;
font-weight: 100;
padding-bottom:20px;
text-align:center;
vertical-align: bottom;
}
.J-page h3 span{
font-size:30px;
position:relative;
top:2px;
margin-right:4px;
}
</style>
</head>
<body class="J-page">
<h3><span>Junr.me</span>- 俊走偏峰</h3>
<a href="./demo/Jslider">滑动特效</a>
<a href="./demo/Jslider">自定义滚动条</a>
<a href="./demo/Jscroll">自定义滚动条</a>
</body>
</html>

0 comments on commit 543833c

Please sign in to comment.