Main Page: Difference between revisions

m CSS test
m CSS test
Line 70: Line 70:
     flex-basis: 60%;
     flex-basis: 60%;
     height: 600px;
     height: 600px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Line 75: Line 78:
     flex-basis: 100%;
     flex-basis: 100%;
     height: 400px;
     height: 400px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Line 81: Line 87:
     flex: 0 0 50%;
     flex: 0 0 50%;
     height: 400px;
     height: 400px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
    
    
Line 86: Line 95:
     flex-basis: 45%;
     flex-basis: 45%;
     height: 800px;
     height: 800px;
    border: solid;
    border-width: 2px;
    border-color: #dbed98;
   }
   }
}}
}}
Retrieved from "https://wiki.alathra.com/"