Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
stylesheet:style_ui-design [2025/01/25 16:39] antmonssstylesheet:style_ui-design [2025/01/25 16:40] (current) antmonss
Line 39: Line 39:
    }    }
        
-/* .right-column { 
-    margin-left: 0px; 
-     overflow: hidden 
-    position:relative 
-   } 
    
-.right-column:hover { 
-margin-left: -300px; 
-transition-duration: 5s; 
- } */ 
  
  .right-column {  .right-column {
     overflow: hidden;     overflow: hidden;
  
-    /* margin-left: 0px; */ + 
     transform: translateX(0);     transform: translateX(0);
     background-color:black;     background-color:black;
Line 62: Line 52:
    
 .right-column:hover { .right-column:hover {
-/* margin-left: -300px; */ + 
 transition-duration: 5s; transition-duration: 5s;
  }  }