CSS   34
local style
Guest on 6th February 2023 01:48:25 PM


  1. .slider {
  2.   /* default is width 400 and margin 10 */
  3.         width: 200;
  4.         margin: 10px;
  5. }
  6.  
  7. .progress {
  8.     position: absolute;
  9.     top: 10px;
  10.     right: 50%;
  11.     margin-right: -133;
  12. }
  13.  
  14. .slide {
  15.     padding-top: 36px;
  16.     /*padding-bottom: 50px;*/
  17.  
  18. }
  19.  
  20.  
  21. .long_form {
  22.     padding-top: 20px;
  23. }

Raw Paste

Login or Register to edit or fork this paste. It's free.