123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
- <title>f.g :: moodboard</title>
- <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
- <link href="layout/style_splash.css" rel="stylesheet" type="text/css" media="all">
- <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
- <style>
- body {width: 100% !important;}
- .container {
- box-sizing: border-box;
- margin: 0 auto;
- max-width: 1000px;
- }
- .column {flex: 33%;}
- .gallery {
- display: flex;
- flex-flow: row wrap;
- margin: 0 auto;
- max-width: 100%;
- }
- .gallery img {
- padding: 0;
- width: 100%;
- }
- </style>
- </head>
- <body>
- <p class="center">text</p>
- <div class="container">
- <div class="gallery">
- <div class="column">
- <img src="img/moodboard/manipulator.jpg">
- <img src="img/moodboard/morningroutine.jpg">
- <img src="img/moodboard/nothinking.jpg">
- <img src="">
- <img src="">
- </div>
- <div class="column">
- <img src="img/moodboard/feesh.jpg">
- <img src="img/moodboard/today.jpg">
- <img src="img/moodboard/rightpath.png">
- <img src="img/moodboard/wronggeneration.jpg">
- <img src="">
- <img src="">
- </div>
- <div class="column">
- <img src="img/moodboard/beautiful.jpg">
- <img src="img/moodboard/vg.jpg">
- <img src="img/moodboard/nolicense.jpg">
- <img src="">
- </div>
- </div>
- </div>
- </body>
- </html>
|