class: center, middle, inverse, title-slide .title[ # extra styles
.gray[for xaringan] ] .subtitle[ ## .big[😎] ] .author[ ###
Garrick Aden-Buie
] .date[ ### xaringanExtra ] --- class: middle <style type="text/css"> .gray { color: #999; } .big { font-size: 200%; } </style> ````markdown ```{r xaringan-extra-styles} # These are the defaults xaringanExtra::use_extra_styles( hover_code_line = TRUE, #<< mute_unhighlighted_code = TRUE #<< ) ``` ```` -- Hover over a line in the chunk above ☝️ -- .right[or enjoy the muted elegance of the chunk below.] ``` r # These are the defaults xaringanExtra::use_extra_styles( * hover_code_line = TRUE, * mute_unhighlighted_code = TRUE ) ``` --- class: middle ## Add a progress bar ````markdown ```{r xaringanExtra, echo = FALSE} xaringanExtra::use_progress_bar(color = "#0051BA", location = "top", height = "10px") ``` ```` --- layout: false class: center middle <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="25%" alt="GitHub Octocat Logo" /> ### [gadenbuie/xaringanExtra](https://github.com/gadenbuie/xaringanExtra)