Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Kwalifikacja E14- Tworzenie aplikacji internetowych i baz danych oraz administrowanie bazami</title>
  5.  
  6. <style>
  7. #caly_blok {
  8. width:900px;
  9. }
  10.  
  11. #naglowek {
  12.  
  13. min-height:140px;
  14. font-weight:bold;
  15. font-size:30px;
  16. font-family:Arial;
  17. background-color:gray;
  18. text-align:center;
  19. color:red;
  20. }
  21.  
  22. #lewy {
  23. float:left;
  24. font-family:verdan;
  25. font-size:12px;
  26. padding:10px;
  27. background-color:silver;
  28. min-height:500px;
  29. width:150px;
  30. text-align:left;
  31. }
  32. #prawy {
  33.  
  34. font-family:Arial;
  35. font-size:12px;
  36. padding-top:30px;
  37.  
  38. text-align:center;
  39. }
  40.  
  41.  
  42.  
  43. </style>
  44.  
  45. </head>
  46.  
  47. <body>
  48.  
  49. <div id="caly_blok">
  50. <div id="naglowek">Ogólnopolski Próbny Egzamin Zawodowy 2016 <br>
  51. PESEL 999999999 </div>
  52.  
  53.  
  54. <div id="lewy">
  55. <p>lewa kolumna</p>
  56. </div>
  57.  
  58. <div id="prawy">
  59. <p>prawa kolumna</p>
  60. </div>
  61.  
  62.  
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement