Advertisement
logancberrypie

index

Apr 17th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1.  
  2.  
  3. #page-wrap{
  4.     border-radius: 25px;
  5.     width: 50%;
  6.     margin: 0 auto;
  7.     background-color: #99ccff;
  8. }
  9.  
  10. strong {
  11.     border-radius: 25px;
  12.     font-family: Verdana;
  13.     background-color: #ffffff;
  14.     color: #039;
  15. }
  16.  
  17. img {
  18.     border-radius: 25%;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement