| emphasisCard | R Documentation | 
Emphasis container
emphasisCard(..., bg.color = NULL)
| ... | content of the card | 
| bg.color | content background color | 
container with a moving border to denote emphasis
More examples and demo pages are located at this link - https://r2resize.obi.obianom.com.
#make a simple emphasis card
#add as much content as need
r2resize::empahsisCard(
  "sample rpkg.net 1",
  "sample rpkg.net 2 "
)
#specify the color of the background
r2resize::empahsisCard(
  "sample rpkg.net 1",
  "sample rpkg.net 2 ",
  bg.color = "brown"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.