image size

main
suzan 2 years ago
parent ebc48575ee
commit 0714b7228d

@ -11,26 +11,36 @@
<section>
<div class="card">
<h2>body</h2>
<p class = 'image'><img src='./images/3.jpg'></p>
<p class = 'text'>Some text of this card</p>
<h2>SHAHMARAN</h2>
<p class = 'image'><img src='./images/10.jpg'></p>
<p class = 'text'></p>
</div>
<div class="card">
<h2>panopticon</h2>
<p class = 'image'><img src='./images/2.jpg'></p>
<p class = 'text'>The panopticon is a design of institutional building with an inbuilt system of control!</p>
<h2>RESISTANCE</h2>
<p class = 'image'><img src='./images/11.jpg'></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>
<h2>IDENTIFY ME</h2>
<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 class="card">
<h2>I HAD A DREAM</h2>
<p class = 'image'><img src='./images/4.jpg'></p>
<p class = 'text'></p>
</div>
<div class="card">
<h2>gezi</h2>
<p class = 'image'><img src='./images/3.jpg'></p>
<p class = 'text'>these are the protests in 2013</p>
<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>
</section>

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

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

Loading…
Cancel
Save