Update index.html

This commit is contained in:
ulaulaman 2018-02-05 23:24:07 +01:00 committed by GitHub
parent bab344f8c1
commit 0268adf1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -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>