You are on page 1of 3

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<style>
.news-box {
width: auto;
height: auto;
float: left;
text-decoration: none;
margin-right: 16px;
}

#image img {
width: 250px;
height: auto;
margin: 0;
background: white;
border: 1px solid black;
}

#date {
position: relative;
width: 150px;
height: 30px;
margin: 0;
font-size: 14px;
font-weight: bold;
text-align: center;
color: red;
border: 1px solid black;
background: white;
top: 15px;
left: 20px;
padding: 3px;
}

#booth {
width: 150px;
height: auto;
color: green;
position: relative;
left: 88px;
border: 1px solid black;
top: -10px;
background: white;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 3px;
}
</style>
</head>
<body>
<a class="news-box" href="https://orgindo.co.id/i3e-2018-exhibition/">
<div id="date">
<span>25 - 28 OCT 2018</span>
</div>

<div id="image">
<img src="https://orgindo.co.id/wp-content/uploads/2019/08/RISTEKDIKTI-I3E-
2018.png" alt="#">
</div>

<div id="booth">
<span>
No. Booth: B-3D
</span>
</div>

<!-- <p class="date">TANGGAL, BULAN, TAHUN</p>


<img class="img" src="https://orgindo.co.id/wp-
content/uploads/2019/08/RISTEKDIKTI-I3E-2018.png" alt="#">
<p class="booth">No. Booth:</p> -->
</a>

<a class="news-box" href="https://orgindo.co.id/i3e-2019-exhibition/">


<div id="date">
<span>03 - 06 OCT 2019</span>
</div>

<div id="image">
<img src="https://orgindo.co.id/wp-content/uploads/2019/09/RISTEKDIKTI-I3E-
2019_.jpg">
</div>

<div id="booth">
<span>
No. Booth: B-B-02
</span>
</div>

<!-- <p class="date">TANGGAL, BULAN, TAHUN</p>


<img class="img" src="https://orgindo.co.id/wp-
content/uploads/2019/09/RISTEKDIKTI-I3E-2019_.jpg" alt="#">
<p class="booth">No. Booth:</p> -->
</a>

<a class="news-box" href="https://orgindo.co.id/news/plastics-rubber-indonesia-


2019/">
<div id="date">
<span>20 - 23 NOV 2019</span>
</div>

<div id="image">
<img src="https://orgindo.co.id/wp-
content/uploads/2019/08/plasticsandrubberindonesia.png">
</div>

<div id="booth">
<span>
No. Booth: C-686
</span>
</div>

<!-- <p class="date">TANGGAL, BULAN, TAHUN</p>


<img class="img" src="https://orgindo.co.id/wp-
content/uploads/2019/08/plasticsandrubberindonesia.png" alt="#">
<p class="booth">No. Booth:</p> -->
</a>

</body>
</html>

You might also like