Im trying to figure out how to make the rectangles within the boxes smaller, and the lines seperating sections darker! Right now I have the box mainly set up but the rows are just a bit too big, leaving to much space between the text and each text, id rather it be smaller in a rectangle like Below! (The image below that I drew, with the hello in it) Also, I would like the color to fill out the entire row, up the the dividing line rather than leaving space like it does in the screenshot above
Also, is there a way to make a grid like box? So I could put multiple values like in the first box I drew in the screenshot above, in a condensed box form?
Below is a shiny app that provides a couple ways to achieve the drawings you shared. In both cases, CSS at the beginning is used to format the rows and cells of the two boxes. Adjust the parameters as needed (update line-height to alter the space between text in the rows).