Skip to content

Instantly share code, notes, and snippets.

@Joseph7451797
Last active August 29, 2015 14:07
Show Gist options
  • Save Joseph7451797/76a9c562b8b3ae01fad3 to your computer and use it in GitHub Desktop.
Save Joseph7451797/76a9c562b8b3ae01fad3 to your computer and use it in GitHub Desktop.
<style type='text/css'>
.footergohome{ /* 回首頁浮動按鈕的css語法 */
font-size:28px;
text-align: center;
z-index: 20;
display: none;
position: fixed;
padding: 15px 15px 15px 0px;
background: #eee;
width: 46%;
bottom: 0px;
right: 0px;
float: left;
}
.footergoaboutme{ /* 浮動按鈕最新消息的css語法 */
font-size:28px;
text-align: center;
z-index: 10;
display: none;
position: fixed;
padding: 15px 35px 15px 15px;
background: #dcdcdc;
width: 50%;
bottom: 0px;
left: 0px;
float: left;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment