Facebook
From fr678jop, 2 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 42
  1. body {
  2.     background-image: url(pizza--bg.jpg);
  3.     color:cornsilk !important;
  4.     overflow-x: hidden;
  5.     overflow-y: hidden;
  6.     font-family: Apple Chancery, cursive !important;
  7.     width: 100vw;
  8.     height: 100vh;
  9.     background-size: cover;
  10. }
  11. #container_form {
  12.     background:transparent;
  13.     position: relative;
  14.     border: double;
  15.     width: 850px;
  16.     height: 400px;
  17. }
  18. #głtyt {
  19.     font-family: Apple Chancery, cursive;
  20.     text-align: center;
  21. }
  22. #nagłówek {
  23.     position:relative;
  24.     border: double;
  25.     width: 100%;
  26.     height: 20%;
  27.     padding:0;
  28. }
  29.  
  30. #form-pizza {
  31.     width: 50%;
  32.     height:70%;
  33.     float:left;
  34.     position: relative;
  35.     border:double;
  36.     text-align:center;
  37.     display: inline-block;
  38. }
  39. #form-adr {
  40.     width: 50%;
  41.     height:70%;
  42.     position:absolute;
  43.     border:dotted;
  44.     text-align:center;
  45.     left:50%;
  46.     display: inline-block;
  47.     padding-top:0%;
  48. }
  49. .tekst
  50. {
  51.     border:none;
  52. }
  53. p
  54. {
  55.     margin-top: auto;
  56.     margin-bottom: 0.1px;
  57.  
  58. }
  59. .przerwa {padding-bottom: 15px;}
  60. form {background:transparent;}
  61. select{
  62.     background: transparent;
  63.     font-family: Apple Chancery, cursive;
  64.     color: cornsilk;
  65. }
  66. option {
  67.     background-color:#5B3925;
  68. }
  69. input {
  70.     background: transparent;
  71. }