Every post in your website links to .post class so you can add something like that in your css.
.post {border:2px #ccc solid;}
If you use the post class in your static website, it will change in there too. If you don’t want that, make a .new_post class and attach your static page tag to it.