View index.css
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap"); | |
body { | |
background: #ddeefc; | |
font-family: "Source Sans Pro", sans-serif; | |
font-size: 16px; | |
} | |
* { | |
box-sizing: border-box; | |
} |
View index.html
<div id="app"></div> |
OlderNewer