Advertisement
Guest User

tko_kopira_peder

a guest
Nov 25th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html"; charset="utf-8">
  5. <title>Untitled document</title>
  6. <style type="text/css">
  7. section,aside, img {
  8. margin: 1.1858736059%;
  9. }
  10. section{background-color:#F00;}
  11. aside {background-color:#00F;}
  12. img {max-width:100%;}
  13. @media all and (min-width: 800px) {
  14. .container {max-width:538px;}
  15. section {float:left;
  16. width: 63,197026%;}
  17. aside {float:right;
  18. width: 29.2680297%}
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div>
  24. <section>
  25. <p>Ovo je lijevi element dizajna</p>
  26. </section>
  27. <aside>
  28. <h4>Desni element</h4>
  29. <p>Ovo je desni element dizajna</p>
  30. </aside>
  31. <img src="slika.jpg">
  32. </div>
  33. </body>
  34. </html>
  35. <!DOCTYPE HTML>
  36. <html>
  37. <head>
  38. <meta http-equiv="Content_Type" content="text/html;charset=utf-8">
  39. <title>Fleksibilne velicine</title>
  40. <style type="text/css">
  41. .container{width:100%;}
  42. section,aside,img{margin:1,858736059%;}
  43. section{float:left;
  44. width:63,197026%;
  45. background-color:#F00;}
  46. aside{float:right;
  47. width:29,3680297%;
  48. background-color:#00F;}
  49. @media all and(max-widith:800px){
  50. section,aside,img{float:none;
  51. width:auto;}
  52. }
  53. img{max-width:100%}
  54. </style>
  55. </head>
  56. <body>
  57. <div>
  58. <section>
  59. <p>Ovo je ljevi element dizajna</p>
  60. </section>
  61. <aside>
  62. <h4>Desni element</h4>
  63. <p>Ovo je desni element dizajna</p>
  64. </aside>
  65. <img src="slika.jpg">
  66. </div>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement