# NOT RUN {
### See top of page
div(
span("I'm up here!") %>%
padding(left = 3, right = 3) %>%
background("teal")
) %>%
display("flex") %>%
flex(justify = "center") %>%
affix("top")
# }
Run the code above in your browser using DataLab