Sasdasdas

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
#pac{
display: block;
margin-left:auto;
margin-right:auto;
margin-top: 15px;
}
table,td{
margin-top: 18px;
font-size:27px;
font-family:Impact;
text-align: center;
border: 4px solid black;
border-collapse: collapse;
}
a{
color:black;
text-decoration: none;
}
a:hover{
color:#363636;
}
td:hover{
transition:0.5s;
transform: scale(1.25);
}
a:active{
color:#636363;
}
.imagebox{
position: relative;
}
.poze{
margin-top:-4px;
margin-left:-50px;
margin-right:-15px;
height:965px;
width:105%;
transition: 0.73s;
}
.poze:hover{
transform: scale(0.90);
}
.texte{
top:384px;
width:100%;
position:absolute;
font-family:Impact;
text-align: center;
font-size:50px;
color:white;
}
</style>
<title>Stories</title>
</head>
<body bgcolor="#B8B8B8">
<img id="pac" alt="2Pac" src="2pac.png" width="12%" height="7%">
<table width="100%" bgcolor="#CCCCCC">
<tr>
<td width="20%"><a href="theories.html">THEORIES</a></td>
<td width="20%"><a href="stories.html">STORIES</a></td>
<td width="20%"><a href="home.html">HOME</a></td>
<td width="20%"><a href="biography.html">BIOGRAPHY</a></td>
<td width="20%"><a href="discography.html">DISCOGRAPHY</a></td>
</tr>
</table>

<div class="imagebox">
<img class="poze" alt="pactigara" src="poze/pactigara.jpg"
style="margin-top:7px">
<p class="texte">STRICTLY 4 MY<br>N.I.G.G.AZ...<br>OG BIOGRAPHY</p>
</div>
<div class="imagebox">
<img class="poze" alt="femeie" src="poze/femeie.jpg">
<p class="texte">BIRTHDAY HYMN<br>FOR AFENI</p>
</div>
<div class="imagebox">
<img class="poze" alt="pactanar" src="poze/pactanar.jpg">
<p class="texte">2PACALYPSE NOW<br>1991<br>BIOGRAPHY 1</p>
</div>
<div class="imagebox">
<img class="poze" alt="ochi1" src="poze/ochi1.jpg">
<p class="texte">2PACALYPSE NOW<br>1991<br>BIOGRAPHY 2</p>
</div>
<div class="imagebox">
<img class="poze" alt="ochi2" src="poze/ochi2.jpg">
<p class="texte">TUPAC INDUCTED<br>INTO THE 32ND<br>ROCK AND ROLL
HALL<br>OF FAME</p>
</div>
<div class="imagebox">
<img class="poze" alt="gasca" src="poze/gasca.jpg">
<p class="texte">2PACALYPSE NOW<br>AVAILABLE ON<br>VINYL</p>
</div>
<div class="imagebox">
<img class="poze" alt="gasca2" src="poze/gasca2.jpg">
<p class="texte">2PACALYPSE NOW<br>1991 BIOGRAPHY<br>PART 3</p>
</div>
<div class="imagebox">
<img class="poze" alt="cafe" src="poze/cafe.jpg">
<p class="texte">POWAMEKKA CAFFE<br>176 LODLOW ST,<br>NEW YORK</p>
</div>
</body>
</html>

You might also like