Difference between revisions of "Team:TUDelft/ModelTest"

(Created page with "{{:Team:TUDelft/Load}} {{:Team:TUDelft/Head}} {{:Team:TUDelft/Header}} <html> </html> {{:Team:TUDelft/Footer}}")
 
Line 4: Line 4:
  
 
<html>
 
<html>
 +
    <head>
 +
        <style>
 +
            .column {
 +
                box-sizing: border-box;
 +
                display: table-cell;
 +
                vertical-align: middle;
 +
            }
 +
            .column:after {
 +
                content: "";
 +
                display: table;
 +
                clear:both;
 +
            }
 +
            .left {
 +
                padding-top:10px;
 +
                width: 15%;
 +
                justify-content: center;
 +
            }
 +
            .right {
 +
                width: 85%;
 +
                padding:10px;
 +
                padding-right: 40px;
 +
            }
 +
            .centermodel {
 +
                display: block;
 +
                margin-left: auto;
 +
                margin-right: auto;
 +
                width: 50%;
 +
            }
 +
 +
            .row {   
 +
                display: table;
 +
            }
 +
            img.sponsorpage {
 +
                display: block;
 +
                margin:auto;
 +
                width:75%;
 +
            }
 +
            .row:after {
 +
                content: "";
 +
                display: table;
 +
                clear: both;
 +
            }
 +
            @media screen and (max-width: 800px) {
 +
                .row {
 +
                    display: flex;
 +
                    flex-wrap: wrap;
 +
                }
 +
                .left,
 +
                .right {
 +
                    flex: 0 0 100%;
 +
                    max-width: 100%;
 +
                    width:100%;
 +
                    padding:25px;
 +
                }       
 +
                img.sponsorpage {
 +
                    display: block;
 +
                    margin:auto;
 +
                    width:40%;
 +
                }
 +
            }
 +
        </style>
 +
    </head>
 +
 +
  
 
</html>
 
</html>
 
{{:Team:TUDelft/Footer}}
 
{{:Team:TUDelft/Footer}}

Revision as of 19:00, 18 October 2019

Sci-Phi 29