Skip to content

Instantly share code, notes, and snippets.

@aarong1
Last active October 25, 2021 15:59
Show Gist options
  • Save aarong1/2fb4655fd899cab1fd789dc037a0f2ff to your computer and use it in GitHub Desktop.
Save aarong1/2fb4655fd899cab1fd789dc037a0f2ff to your computer and use it in GitHub Desktop.
common inline css styling options for R and Rshiny
p(style=
'font-size:10px;
font-weight;bold;
color:white; #font color isconfusingy called color
text-align:center
'
)
#borders
div(stlye=
"border-radius: 15px;
border-style: solid #must be set first always
border-color:rgba(60,179,113,0.8);
background-color:rgba(60,179,113,0.3)
margin: 0px 0px 0px 10px; #dist between div and content
padding:0px 0px 0px 50px", #buffer outside of div
#can give for eachs side individually
top right bottom left
#can give for the vertical and parallel sides
top/bottom left/right
#can gice for all sides
all sides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment