mirror of
https://github.com/ulaulaman/widget-for-co-authors.git
synced 2025-02-18 20:20:41 +01:00
Update index.html
This commit is contained in:
parent
09234887af
commit
ec70894d7a
23
index.html
23
index.html
@ -11,19 +11,32 @@
|
|||||||
|
|
||||||
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
|
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
|
||||||
|
|
||||||
|
body {background-color: #EBEBEB;}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #20B2AA;
|
background-color: #20B2AA;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
[class*="col-"] {
|
||||||
width: 25%;
|
|
||||||
float: left;
|
float: left;
|
||||||
padding: 15px;
|
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 {
|
.menu ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -88,7 +101,9 @@
|
|||||||
<div class="header">Widget for Co-Authors</div>
|
<div class="header">Widget for Co-Authors</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="menu">
|
<div class="col-2">
|
||||||
|
</div>
|
||||||
|
<div class="col-3 menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Description</li>
|
<li>Description</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user