Update index.html
This commit is contained in:
parent
bab344f8c1
commit
0268adf1bf
11
index.html
11
index.html
|
@ -14,11 +14,9 @@
|
||||||
body {background-color: #EBEBEB;}
|
body {background-color: #EBEBEB;}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
position: fixed;
|
|
||||||
background-color: #20B2AA;
|
background-color: #20B2AA;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="col-"] {
|
[class*="col-"] {
|
||||||
|
@ -70,6 +68,12 @@
|
||||||
border: 1px solid #4F7849;
|
border: 1px solid #4F7849;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: #f1f1f1;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#titlebox {
|
#titlebox {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -100,7 +104,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">Widget for Co-Authors</div>
|
<div class="header" align="center"><h1>Widget for Co-Authors</h1></div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-1">
|
<div class="col-1">
|
||||||
|
@ -137,6 +141,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="footer">Ciao</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue