ruesha

buttons & progress bar (07/22)

Jul 22nd, 2024
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. < ---- button html ---- >
  2. <style>
  3.  
  4. .button {
  5. font-family: windows;
  6. font-size: 14px;
  7. color: #000;
  8. }
  9.  
  10. a {
  11. font-family: windows;
  12. font-size: 14px;
  13. color: #000;
  14. }
  15.  
  16. </style>
  17.  
  18. <button><a href="#home">Home</a></button>
  19.  
  20. < ---- progress bar html ---- >
  21. <div role="progressbar" class="marquee"></div>
Advertisement
Add Comment
Please, Sign In to add comment