Advertisement
Guest User

Untitled

a guest
May 16th, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.41 KB | None | 0 0
  1. body{
  2.     background-color:#7FFFD4;
  3.     /*background:url(change.jpg) ; repeat;*/
  4.     }  
  5. #container{
  6.     width:700px;
  7.     /*color: #FFFFFF;*/
  8.     font-family: 'Milonga', cursive;
  9.     color: blue;
  10.     }
  11. #header{
  12.     background-color:#yellow;
  13.     text-align:center;
  14.     color:red;
  15.     font-family: 'Oleo Script Swash Caps', cursive;
  16.     }
  17. #UC{
  18.     text-align:center;
  19.     color:blue;
  20.     text-decoration:underline;
  21. }
  22. a:hover{
  23.     color:black;
  24.     }   /* mouse over link */
  25. h1{
  26.     color:red;
  27.     text-align:center;
  28.     }
  29. #menu{
  30.     height:450px;
  31.     width:100px;
  32.     padding:10px;
  33.     float:left;
  34.     }
  35. ul{
  36.     list-style-type:none;
  37.     margin:0;
  38.     padding:10px;
  39.     }
  40. #content{
  41.     height:200px;
  42.     width:400px;
  43.     padding:10px;
  44.     border:1px solid;
  45.     border-radius:10px;
  46.     box-shadow: 5px 5px 5px #888888;
  47.     }
  48. #pic{
  49.     height:350px;
  50.     width:110px;
  51.     float:left;
  52.     padding:10px;
  53.    
  54.     }
  55. #des{
  56.     height:400px;
  57.     width:400px;
  58.     float:right;
  59.     padding:10px;
  60.     }
  61. #footer{
  62.     background-color:#FFA500;
  63.     clear:both;
  64.     text-align:center;
  65.     }
  66. div.form{
  67.     width:1000px;
  68.     padding:10px;
  69.     border:2px solid;
  70.     border-radius:25px;
  71.     box-shadow: 10px 10px 5px #888888;
  72.     padding-top:25px;
  73.     padding-bottom:25px;
  74.     padding-right:50px;
  75.     padding-left:50px;
  76. }
  77. div2.allergies{
  78.     padding-bottom:25px;
  79.     padding-right:60px;
  80.     padding-left:60px;
  81. }
  82. div2.disabilities{
  83.     padding-bottom:25px;
  84.     padding-right:60px;
  85.     padding-left:71px;
  86. }
  87. div2.email{
  88.     padding-bottom:25px;
  89.     padding-right:60px;
  90.     padding-left:95px;
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement