Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidenorihide777/29b4b4f0b9ae5d8778df7446a9088744 to your computer and use it in GitHub Desktop.
Save hidenorihide777/29b4b4f0b9ae5d8778df7446a9088744 to your computer and use it in GitHub Desktop.
/*TOPに戻るボタンの設置*/
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f139';
font-size: 40px;
color: #3f98ef;
position: fixed;
width: 25px;
height: 25px;
bottom: 20px;
right: 0px;
left: 0px;
margin: auto;
text-align: center;
}
#page_top a::after{
font-size: 13px;
color: #fff;
position: fixed;
bottom: 20px;
right: 0px;
left: 0px;
margin: auto;
text-align: center;
color: #3f98ef;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment