Advertisement
NTins

CSS

Apr 9th, 2017 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. .diary_page{
  2.     font-weight:bold;
  3.     font-family: 'Merriweather','PT Mono', monospace;
  4.     margin: 50px;
  5.     width: auto;
  6. 123
  7.     text-align: justify;
  8.     min-height: 150px;
  9.     padding: 5px 10px 5px 10px;
  10.     position:relative;
  11.     background: url(http://i630.photobucket.com/albums/uu30/bgbox/postimgs/0005_OldPaperTexture.jpg);
  12.     border-top: 1px solid #ccc;
  13.     border-right: 1px solid #ccc;
  14.     -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  15.     -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  16.     box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement