Update index.html
This commit is contained in:
parent
755086b8f4
commit
09234887af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue