Advertisement
Stosswalkinator

django/html css file

Jun 11th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. body {
  2.     background-color: grey;
  3.     font-family: 'Lucida Sans Unicode';
  4.     line-height: 1.5;
  5.     text-align: left;
  6. }
  7.  
  8. .container {
  9.     display: block;
  10.     float: clear;
  11.     position: relative;
  12.     top: 30px;
  13.     left: 60px;
  14.     right: 60px;
  15.     bottom: 30px;
  16. }
  17.  
  18. .mainContent {
  19.     position: fixed;
  20.     float: left;
  21.     line-height: 20px;
  22.     border-radius: 7px;
  23.     -webkit-border-radius: 7px;
  24.     -moz-border-radius: 7px;
  25.     padding-left: 700px;
  26. }
  27.  
  28. .mainContent2 {
  29.     position: fixed;
  30.     float: right;
  31.     line-height: 20px;
  32.     border-radius: 7px;
  33.     -webkit-border-radius: 7px;
  34.     -moz-border-radius: 7px;
  35.     padding-right: 700px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement