Update index.html

This commit is contained in:
ulaulaman 2018-02-05 22:53:55 +01:00 committed by GitHub
parent 09234887af
commit ec70894d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 5 deletions

View File

@ -11,19 +11,32 @@
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
body {background-color: #EBEBEB;}
.header {
background-color: #20B2AA;
color: #ffffff;
padding: 15px;
}
.menu {
width: 25%;
[class*="col-"] {
float: left;
padding: 15px;
background-color: #33b5e5;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.menu ul {
list-style-type: none;
margin: 0;
@ -88,7 +101,9 @@
<div class="header">Widget for Co-Authors</div>
<div class="row">
<div class="menu">
<div class="col-2">
</div>
<div class="col-3 menu">
<ul>
<li>Description</li>
</ul>