Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / define-area-using-line-names.html
@minerva minerva on 13 Jul 475 bytes Initial commit
<!doctype html><style>                    
    * {    
        outline: 1px solid black;    
    }        
    html {       
        background: white;    
    }      
    body {      
        display: grid;    
        grid-template-columns: 1fr [content-start] 500px [content-end] 1fr;    
        background: wheat;      
    }      
    main {    
        grid-column: content;      
        background: pink;
    }        
</style><body><main><div id="item">Smartphones