righN

CSS code of simple design

Feb 15th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. * {
  2.   margin: 0;
  3.   padding: 0;
  4. }
  5.  
  6. body {
  7.   background: #e2e2e2;
  8. }
  9.  
  10. .navtexts a {
  11.     color: #868686;
  12.     text-decoration: none;
  13.     font-size: 14px;
  14.     font-family: Myriad Pro;
  15.     padding: 0px 2px;
  16. }
  17.  
  18. .navtexts {
  19.     position: absolute;
  20.     margin-top: 230px;
  21.     margin-left: 540px;
  22. }
  23.  
  24. .info {
  25.     position: absolute;
  26.     border-radius: 25px;
  27.     background: #f2f2f2;
  28.     margin-top: 250px;
  29.     margin-left: 330px;
  30.     width: 668px;
  31.     height: 126px;
  32.     z-index: -1;
  33.     padding: 26px 50px 10px 200px;
  34.     box-sizing: border-box
  35. }
  36.  
  37. .info t {
  38.     margin-left: 5px;
  39.     position: absolute;
  40.     color: #8e8d8d;
  41.     font-size: 9px;
  42.     font-family: Arial;
  43. }
  44.  
  45. .infoimage {
  46.     position: absolute;
  47.     background-image: url(images/infoimage.png);
  48.     width: 232px;
  49.     height: 232px;
  50.     margin-top: 170px;
  51.     margin-left: 290px;
  52. }
Add Comment
Please, Sign In to add comment