Update index.html

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

View File

@ -3,11 +3,14 @@
<head>
<title>Widget for Co-Authors</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<style>
* {
box-sizing: border-box;
}
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
.header {
background-color: #20B2AA;
color: #ffffff;
@ -45,11 +48,6 @@
padding: 15px;
}
body {
font-size: 16px;
font-family: 'Roboto';
}
#box {
margin: 15px;
padding: 5px 5px 5px 5px;