Skip to content

Instantly share code, notes, and snippets.

View Kaiyuan's full-sized avatar
🥱
Have nothing to do all day long.

Kaiyuan Xie Kaiyuan

🥱
Have nothing to do all day long.
View GitHub Profile
@Kaiyuan
Kaiyuan / gist:3742250
Created September 18, 2012 09:33
div Center
<div class="BoxOne">
<div class="BoxTwo">
X
</div>
</div>
<style type="text/css">
.BoxOne {
position: relative;
width: 100%;
height: 100%;
@Kaiyuan
Kaiyuan / Hover-Box.html
Last active October 6, 2015 20:48
Hover-Box
<div class="box">
<img class="image" src="http://ww1.sinaimg.cn/large/620eff41gw1e62qpb18kyj20sg0sgadc.jpg" alt="">
<div class="text">
<h2>title</h2>
<p>This's Photo.</p>
</div>
</div>
<style type="text/css">
.box {
width: 100px;