PHP Classes

File: public/css/back-to-top.css

Recommend this page to a friend!
  Classes of Joko Prasetyo   WP Back to top button   public/css/back-to-top.css   Download  
File: public/css/back-to-top.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Back to top button
Insert a back to the top button in posts' footer
Author: By
Last change:
Date: 15 days ago
Size: 301 bytes
 

Contents

Class file image Download
#topbutton { position: fixed; display: none; height: 40px; width: 40px; line-height: 40px; right: 15px; bottom: 100px; z-index: 1; background: #000000; border-radius: 2px; text-decoration: none; color: #ffffff; text-align: center; } #topbutton:after { content: "\2191"; }