Tribute Page - Winston Churchill

Hi campers, here is my tribute page, let me know what do you think.

Thanks in advance.

1 Like

Hey, lazec, great work!

Simple/efficient layout, and responsiveness works great!

Congrats!

1 Like

Thanks! :v: :grin:

I admit that there is a small error in the responsive code (a little mistake with the grid), but i’m improving it, I’m also working on my portfolio.

Hi
This code go to : Pen Settings → Stuff for “head”
(minus head and body)

<head>
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
	<link href="https://fonts.googleapis.com/css?family=Philosopher:400" rel="stylesheet">
	<link rel="stylesheet" href="styles.css">
	<title>Winston Churchill</title>
</head>
<body>

How to use Bootstrap in codepen:

This code don’t comply with Bootstrap:

<div class="container-fluid">
		<div class="row">
			<h2 class="text-center">Sir Winston Leonard Spencer-Churchill</h2>

Content should be placed within columns, and only columns may be immediate children of rows.

This code :

</body> <!-- here-->
	<img class="img-responsive firma" src="https://s11.postimg.org/3t2c0c08j/firma.png"> <!-- alt attribute -->

Cheers and happy coding :slight_smile:

1 Like

Oh, thanks bro!

Happy coding. :slight_smile: