Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.73 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> FORMULARZE HTML </title>
  4.         <link rel='stylesheet' href='styl.css'>
  5.         <meta charset='utf-8'>
  6.     </head>
  7.     <body>
  8.         <div id='conteiner'>
  9.         </div>
  10.         <div id='banner1'>
  11.             <br><center>JD KURWE<br>
  12.         </div>
  13.         <div id='banner2'>
  14.             FORUMULARZ
  15.         </div>
  16.         <div id='fotografia'>
  17.         </div>
  18.         <div id='formularz1'>
  19.             JDJDJD
  20.         </div>
  21.         <div id='formularz2'>
  22.             XDXDXD
  23.         </div>
  24.         <div id='zgoda'>
  25.             asdasd
  26.         </div>
  27.         <div id='stopka'>
  28.             xdxdx
  29.         </div>
  30.     </body>
  31. </html>
  32.  
  33. #container{
  34.     display:flex;
  35.     width:800px;
  36.     position:absolute;
  37.     flex-direction:column;
  38. }
  39. #banner1{
  40.     background-color:#ffffcc;
  41.     height:100px;
  42.     width: 800px;
  43.     border-width: 3px;
  44.     border-style: solid;
  45.     border-color: black;
  46. }
  47. #banner2{
  48.     background-color:#800000;
  49.     height:50px;
  50.     width: 800px;
  51.     border-width: 3px;
  52.     border-style: solid;
  53.     border-color: black;
  54. }
  55. #formularz1{
  56.     background-color:#008000;
  57.     height:150px;
  58.     width: 400px;
  59.     border-width: 3px;
  60.     border-style: solid;
  61.     border-color: black;
  62. }
  63. #formularz2{
  64.     background-color:#00FFFF;
  65.     height:300px;
  66.     width: 400px;
  67.     border-width: 3px;
  68.     border-style: solid;
  69.     border-color: black;
  70. }
  71. #zgoda{
  72.     background-color:#008000;
  73.     height:130;
  74.     width: 400px;
  75.     border-width: 3px;
  76.     border-style: solid;
  77.     border-color: black;
  78. }
  79. #stopka{
  80.     background-color:#800080;
  81.     height:70;
  82.     width: 800px;
  83.     border-width: 3px;
  84.     border-style: solid;
  85.     border-color: black;
  86. }
  87. #fotografia{
  88.     background-color:#800080;
  89.     height:456px;
  90.     width: 398px;
  91.     border-width: 3px;
  92.     border-style: solid;
  93.     border-color: black;
  94.    
  95.     position:absolute;
  96.     left:411px;
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement