-Annie-

styles-for-UserProfilePages

Sep 4th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. body {
  2.     background-color: #add8e6;
  3. }
  4.  
  5. ul {
  6.     mask-type: disc;
  7. }
  8.  
  9. img {
  10.     border: 1px solid #000000;
  11. }
  12.  
  13. hr {
  14.     background-color: #d0cdcc;
  15. }
  16.  
  17. .property {
  18.     font-weight: bold;
  19. }
  20.  
  21. .value {
  22.     font-weight: normal;
  23. }
  24.  
  25. dt {
  26.     font-style: italic;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment