ada 1 year ago
commit d1c0bed9e5

@ -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>gezi</h2>
<p class = 'image'><img src='./images/3.jpg'></p>
<p class = 'text'>these are the protests in 2013</p>
<h2>I HAD A DREAM</h2>
<p class = 'image'><img src='./images/4.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>
</div>
</section>

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

@ -1,20 +1,19 @@
.card
{
width: 70mm;
height: 95mm;
border: solid 1px black;
width: 8.5cm;
height: 13.5cm;
border: solid 3px black;
border-radius: 10px;
box-shadow: 5px 5px 0px gray;
float: left;
margin: 2mm;
position: relative;
margin: 2mm;
}
.card > p.image > img {
width: 50mm;
height: 50mm;
width: 8.5cm;
height: 12cm;
position: absolute;
top: 30mm;
left: 10mm;
top: 15mm;
border-radius: 10px;
}
.card > h2{
top: 5mm;
@ -22,6 +21,7 @@
margin: 0;
text-align: center;
padding-top: 5mm;
font-size: 9;
}
.card > p.text {
width: 50mm;
@ -40,5 +40,5 @@
left: 5mm;
right: 5mm;
text-align: center;
font-size: 8;
font-size: 6.5;
}
Loading…
Cancel
Save