image size

main
suzan 2 years ago
parent ebc48575ee
commit 0714b7228d

@ -11,26 +11,36 @@
<section> <section>
<div class="card"> <div class="card">
<h2>body</h2> <h2>SHAHMARAN</h2>
<p class = 'image'><img src='./images/3.jpg'></p> <p class = 'image'><img src='./images/10.jpg'></p>
<p class = 'text'>Some text of this card</p> <p class = 'text'></p>
</div> </div>
<div class="card"> <div class="card">
<h2>panopticon</h2> <h2>RESISTANCE</h2>
<p class = 'image'><img src='./images/2.jpg'></p> <p class = 'image'><img src='./images/11.jpg'></p>
<p class = 'text'>The panopticon is a design of institutional building with an inbuilt system of control!</p> <p class = 'text'></p>
</div> </div>
<div class="card"> <div class="card">
<h2></h2> <h2>IDENTIFY ME</h2>
<p class = 'textnoimage'>been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem lorem lorem lorem</p> <p class = 'image'><img src='./images/9.jpg'></p>
<p class = 'text'></p>
</div>
<div class="card">
<h2>DARLING, DARLING</h2>
<p class = 'image'><img src='./images/7.jpg'></p>
<p class = 'text'></p>
</div> </div>
<div class="card"> <div class="card">
<h2>gezi</h2> <h2>I HAD A DREAM</h2>
<p class = 'image'><img src='./images/3.jpg'></p> <p class = 'image'><img src='./images/4.jpg'></p>
<p class = 'text'>these are the protests in 2013</p> <p class = 'text'></p>
</div>
<div class="card">
<h2></h2>
<p class = 'textnoimage'>been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem lorem lorem lorem</p>
</div> </div>
</section> </section>

@ -25,28 +25,28 @@
"image": "4.jpg" "image": "4.jpg"
}, },
{ {
"name" : "Resistance", "name" : "RESISTANCE",
"text" : "Some text of this card", "text" : "",
"image": "11.jpg" "image": "11.jpg"
}, },
{ {
"name" : "body", "name" : "SHAHMARAN",
"text" : "Some text of this card", "text" : "",
"image": "10.jpg" "image": "10.jpg"
}, },
{ {
"name" : "body", "name" : "IDENTIFY ME",
"text" : "Some text of this card", "text" : "",
"image": "9.jpg" "image": "9.jpg"
}, },
{ {
"name" : "body", "name" : "DARLING, DARLING",
"text" : "Some text of this card", "text" : "",
"image": "7.jpg" "image": "7.jpg"
}, },
{ {
"name" : "body", "name" : "I HAD A DREAM",
"text" : "Some text of this card", "text" : "",
"image": "4.jpg" "image": "4.jpg"
}, },
{ {

@ -21,6 +21,7 @@
margin: 0; margin: 0;
text-align: center; text-align: center;
padding-top: 5mm; padding-top: 5mm;
font-size: 9;
} }
.card > p.text { .card > p.text {
width: 50mm; width: 50mm;

Loading…
Cancel
Save