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