1
0
Files
laurendev/plain/index.html
2022-03-30 00:01:25 +01:00

62 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Funko Pops</title>
<link href='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css' rel='stylesheet'
integrity='sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3'
crossorigin='anonymous'>
</head>
<body>
<div class='container-fluid'>
<h1>Funko Pops</h1>
<div class='row row-cols-2 row-cols-md-3 row-cols-lg-4 gy-5'>
<div>
<p>Age of Ultron Wanda</p>
<img src='https://laurenacton.github.io/img/aouwanda.jpg' alt='Age of Ultron Wanda'
width='150px' />
</div>
<div>
<p>Anti Venom</p>
<img src='https://laurenacton.github.io/img/antivenom.jpg' alt='Anti Venom'
width='150px' />
</div>
<div>
<p>Integrated Spiderman Suit</p>
<img src='https://laurenacton.github.io/img/spidey.jpg' alt='Integrated Spiderman Suit'
width='150px' />
</div>
<div>
<p>Halloween Wanda</p>
<img src='https://laurenacton.github.io/img/halwanda.jpg' alt='Halloween Wanda'
width='150px' />
</div>
<div>
<p>The Scarlet Witch</p>
<img src='https://laurenacton.github.io/img/floatwanda.jpg' alt='The Scarlet Witch'
width='150px' />
</div>
<div>
<p>Kate Bishop and Lucky the Dog</p>
<img src='https://laurenacton.github.io/img/katebishop.jpg'
alt='Kate Bishop and Lucky the Dog' width='150px' />
</div>
<div>
<p>Yelena</p>
<img src='https://laurenacton.github.io/img/yelena.jpg' alt='Yelena' width='150px' />
</div>
<div>
<p>Civil War Wanda</p>
<img src='https://laurenacton.github.io/img/cwwanda.jpg' alt='Civil War Wanda'
width='150px' />
</div>
</div>
</div>
</body>
</html>