CSS for each page in R Shiny
问题 I've written an R shiny application and am styling it before I complete it. I've written a small amount of HTML and want to change things such as the background colour using CSS. After consulting online I found I needed to seperate my css using the class argument, however when I specify a class for each page, it brings back no CSS at all. Below is a shortened version of my R shiny application. Any help would be greatly appreciated. library(shiny) setwd("C:\\Users\\FRSAWG\\Desktop\\Application