about_moodboard.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
  5. <title>f.g :: moodboard</title>
  6. <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
  7. <link href="layout/style_splash.css" rel="stylesheet" type="text/css" media="all">
  8. <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
  9. <style>
  10. body {width: 100% !important;}
  11. .container {
  12. box-sizing: border-box;
  13. margin: 0 auto;
  14. max-width: 1000px;
  15. }
  16. .column {flex: 33%;}
  17. .gallery {
  18. display: flex;
  19. flex-flow: row wrap;
  20. margin: 0 auto;
  21. max-width: 100%;
  22. }
  23. .gallery img {
  24. padding: 0;
  25. width: 100%;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <p class="center">text</p>
  31. <div class="container">
  32. <div class="gallery">
  33. <div class="column">
  34. <img src="img/moodboard/manipulator.jpg">
  35. <img src="img/moodboard/morningroutine.jpg">
  36. <img src="img/moodboard/nothinking.jpg">
  37. <img src="">
  38. <img src="">
  39. </div>
  40. <div class="column">
  41. <img src="img/moodboard/feesh.jpg">
  42. <img src="img/moodboard/today.jpg">
  43. <img src="img/moodboard/rightpath.png">
  44. <img src="img/moodboard/wronggeneration.jpg">
  45. <img src="">
  46. <img src="">
  47. </div>
  48. <div class="column">
  49. <img src="img/moodboard/beautiful.jpg">
  50. <img src="img/moodboard/vg.jpg">
  51. <img src="img/moodboard/nolicense.jpg">
  52. <img src="">
  53. </div>
  54. </div>
  55. </div>
  56. </body>
  57. </html>