You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Border around page

Adds a thick border around your page. In this case its purple. But you can change the hex value. This can be placed anywhere.

Source code

1
2
3
<style type="text/css">
body, .imvucodes_net { border:7px solid #912CEE !important; }
</style>

Similar threads

Rate this thread