Difference between revisions of "Team:TUDelft/ModelTest"

(Replaced content with "go to actual page")
 
(56 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{:Team:TUDelft/Load}}
+
go to actual page
{{:Team:TUDelft/Head}}
+
{{:Team:TUDelft/Header}}
+
 
+
<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>
+
{{:Team:TUDelft/Footer}}
+

Latest revision as of 04:55, 21 October 2019

go to actual page