knitr::opts_chunk$set(echo = TRUE)
@import url(https://fonts.googleapis.com/css?family=Lora|Barlow|Satisfy:400,100,300); h1 { color: #00338E; font-family: 'Lora', monospace; } .subhead h1{ color: #39892F; font-family: 'Barlow', monospace; font-size: 100; } h2 { color: #00338E; font-family: 'Lora', monospace; } .subhead h2 { color: #39892F; font-family: 'Barlow', monospace; font-size: 100; } h3 { color: #39892F; font-family: 'Barlow', monospace; } /*you can include comments in CSS code like this!*/ /* body { background-color: #EAE5D0; color: #39892F; font-family: 'Barlow', monospace; font-size: 400; } /*use . to modify tags of a certain class*/ .myclass { color: #72243A; font-family: 'Satisfy'; font-weight: bold; } /*use the hashtag to modify a tag with a certain id*/ #cool { font-style: italic; } /* use commas to select multiple elements at once */ h3, h4, h5, h6 { color: #00338E; } .tabset { background: #EAE5D0; } .tabset-pills { background: #1A2C42; } /* use the > to select children of a certain parent */ .tabset-pills>li { background: #1A2C42; face: bold; }
Text text text
Text text text
Text text text
Text text text
Text text text
Text text text
More text
More text
Note that the classes you specify in markdown relate to the section under the header not the header itself!
More text
More text
Note that the classes you specify in markdown relate to the section under the header not the header itself!
More text
More text
Note that the IDs you specify in markdown relate to the section under the header not the header itself!
More text
More text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.