Kód:
<div class="n-im">
<div class="n-col-1-3">
<div class="n-infoside">
<a href="//jegvirag.gportal.hu"><img src="http://placehold.it/100" /></a>
<h1>username</h1>
<h2>online (status)</h2>
</div>
</div>
<div class="n-col-2-3">
<div class="n-infoside">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="n-infoside">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing
</div>
<div class="n-infoside">
Copyright © 2005-2016 JégVirág Design / www.jegvirag.gportal.hu / virag-78@gportal.hu
</div>
</div>
</div>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Lora:400italic,700italic' rel='stylesheet' type='text/css'>
<style type="text/css">
.n-im {
width: 100%;
max-width: 360px;
padding: 10px;
box-sizing: border-box;
background-color: #eee;
overflow: hidden;
margin: 3px auto;
font: 11px/120% 'roboto', sans-serif;
text-align: justify;
color: #111;
}
.n-im [class*='n-col-'] {
float: left;
box-sizing: border-box;
min-height: 100px;
padding-right: 5px;
}
.n-im [class*='n-col-']:last-of-type {
padding-right: 0;
}
.n-im .n-col-1-3 {
width: 33.33%;
}
.n-im .n-col-2-3 {
width: 66.67%;
}
.n-im .n-infoside {
background-color: #fbfbfb;
padding: 5px;
border: 1px solid #ddd;
margin: 0 0 5px;
}
.n-im .n-infoside:last-of-type {
margin: 0;
}
.n-im .n-infoside img {
max-width: 100%;
margin: 0 auto;
}
.n-im h1 {
font: italic 13px/100% 'Lora', sans-serif;
text-align: center;
margin: 0.6em 0;
}
.n-im h2 {
font: bold 8px/100% 'roboto', sans-serif;
text-transform: uppercase;
text-align: center;
}</style>