Advertisement
Guest User

test-stylelayout.css

a guest
Aug 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1. .bilder{
  2.   margin: 30px;
  3.   height: 900px;
  4.   margin-right: 30px;
  5.   margin-top: 15px;
  6.   margin-bottom: 10px;
  7.   text-align: center;
  8.   background:url('../Img/Bild1.jpg') no-repeat 0;
  9.   background-position: center;
  10.   background-color:#0E0B16;
  11.     border-radius: 6px;
  12. }
  13. .bildnext{
  14.   float: right;
  15.   margin-top: 250px;
  16.   height:38px;
  17.   background:#FFCC00;
  18.   border:0;
  19.   padding-left: 20px;
  20.   padding-right:20px;
  21.   color:#007A43;
  22.   border-radius: 6px;
  23.   cursor:pointer
  24. }
  25. .bildback{
  26.   float: left;
  27.   margin-top: 250px;
  28.   height:38px;
  29.   background:#FFCC00;
  30.   border:0;
  31.   padding-left: 20px;
  32.   padding-right:20px;
  33.   color:#007A43;
  34.   border-radius: 6px;
  35.   cursor:pointer;
  36.   clear: both;
  37. }
  38. #scroolmeny{
  39.   clear: both;
  40.   margin-right: 20px;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement