nstruth2

CSS

Jul 20th, 2023
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. body{
  2.     padding-top: 70px;
  3. }
  4.  
  5. .paginate{
  6.     margin: 0px auto;
  7. }
  8.  
  9. .pagination > li > a{
  10.     text-decoration: none;
  11.     display: block;
  12.     border: 4px solid #663300;
  13.     color: #000;
  14.     font-weight: 400;
  15.     font-size: 1.6em;
  16.     border-radius: 10px;
  17.     width: 2em;
  18.     height: auto;
  19.     padding: 8px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment