Adding borders to page content
Hello, I would like to add border frames to the body of my site like this site http://www.starlingmemory.com/#!about/cjg9 I imagine its something like this: #container {width:825px; border:1px solid #996666; margin:0; padding:0; .border1 {width:827px; border:3px solid #996633; margin:1px; padding:2px;} .border2 {width:839px;…