Difference between revisions of "Team:UI Indonesia/Modeling"

(fran : template test)
(fran : finish template)
Line 20: Line 20:
 
         }
 
         }
 
         .nav{
 
         .nav{
             position: fixed;
+
             position: sticky;
 
             top: 0;
 
             top: 0;
 
             left: 0;
 
             left: 0;
 
             width : 100vw;
 
             width : 100vw;
 
             padding:12px 0px 0px 0px;
 
             padding:12px 0px 0px 0px;
 +
            display: block;
 
         }
 
         }
 
         @import url(http://fonts.googleapis.com/css?family=Raleway);
 
         @import url(http://fonts.googleapis.com/css?family=Raleway);
Line 165: Line 166:
 
         display: block;
 
         display: block;
 
         }
 
         }
 +
        .main{
 +
            margin-top: 100px;
 +
            width: 100vw;
 +
            z-index: 2;
 +
        }
 +
        .content{
 +
            display: inline-block;
 +
            position: inherit;
 +
            width: 100vw;
 +
            background: rgba(255, 255, 255, 0.3);
 +
            color: #ffffff;
 +
            border-radius: 10px;
 +
            padding: 5px;
 +
            margin: 5px;
 +
        }
 +
        /* PLACEING YOUR STYLING HEEREEEE */
 
     </style>
 
     </style>
 
</head>
 
</head>
Line 243: Line 260:
 
                 </ul>
 
                 </ul>
 
             </div>
 
             </div>
         </div>      
+
         </div>
 +
 
 +
        <div class = "main">
 +
            <div class="content">
 +
                DIV CLASS INI BUAT BIKIN ISI BRO
 +
            </div>
 +
            <div class="content">
 +
                DIV CLASS INI BUAT BIKIN ISI BRO
 +
            </div>
 +
        </div>
 
     </div>
 
     </div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 17:21, 23 June 2018

NAMA WEB LU NANTI