Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.90 KB | None | 0 0
  1. /*Entwicklungsangaben*/
  2.  
  3. .oben{
  4.     border: 2pt solid green;
  5. }
  6.  
  7. .haupt{
  8.     border: 2pt dotted blue;
  9. }
  10. .Kopf{
  11.     border: 8pt dotted purple;
  12. }
  13. .Kopfoben{
  14.     border: 2pt solid black;
  15. }
  16. .kopfunten{
  17.     border: 2pt solid #C70039;
  18. }
  19. .Inhalt{
  20.     clear: both;
  21. }
  22. .Fuß{
  23.     clear: both;
  24. }
  25.  
  26.  
  27. /*Kopfbereich*/
  28. .Liste1{
  29.     list-style-type: none;
  30.     margin: 0px;
  31.     padding: 10px;
  32.     min-height: 133px;
  33.     width: 165px;
  34.     background-color: white;
  35. }
  36. .Liste2{
  37.     list-style-type: none;
  38.     border: white solid 2px;
  39.     margin-top: 4px;
  40.     margin-right: 5px;
  41.     margin-left: 5px;
  42.     margin-bottom: 3px;
  43.     background-color: #CC1511;
  44.     float:left;
  45. }
  46. .kopfunten{
  47.     float:left;
  48. }
  49. .Inhalt{
  50.     clear: both;
  51. }
  52. .Fuß{
  53.     clear: both;
  54. }
  55. .logo{
  56.     float:left;
  57. }
  58. .haupt{
  59.     float: left;
  60. }
  61. a{
  62.     display: block;
  63.     text-transform: uppercase;
  64.     margin-bottom: 3px;
  65.     text-decoration: none;
  66.     padding: 2px;
  67. }
  68. /*Inhaltsbereich*/
  69.  
  70.  
  71. /*Fußbereich*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement