A tribute page to Steve Jobs
A Pen by Tyler Moore on CodePen.
| <html> | |
| <!--Steve Jobs tribute page | |
| Created By: DevOps-redteam--> | |
| <head> | |
| <div class="container-fluid"> | |
| <h1 class="text-center text-primary">Steve Jobs</h1> | |
| <h2 class="text-center">technology entrepreneur 1955-2011</h2> | |
| </head> | |
| <body> | |
| <img src="http://talentdevelop.com/WordPress/wp-content/uploads/2014/03/Steve-Jobs-Think-Different.jpg" class="img-responsive"> | |
| </div> | |
| <div id="wiki"> | |
| <a href="https://en.wikipedia.org/wiki/Steve_Jobs" target="_blank"><p class="text-center"><span>About Steve Jobs</span></p></a> | |
| </div> | |
| <div id="documentary"> | |
| <a href="https://www.youtube.com/watch?v=pnoeSvHAJ9I" target="_blank"><p class="text-center">Documentary</p> | |
| </div> | |
| </body> | |
| </html> |
| html {border: 10px solid black; | |
| border-style: double;} | |
| h1 {font-family: arial;} | |
| h2 {font-size: medium; | |
| margin-top: -5px;} | |
| #wiki {color: blue; | |
| margin-top: 10px;} | |
| .img-responsive { | |
| margin: 0 auto;} |
| <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" /> |
A tribute page to Steve Jobs
A Pen by Tyler Moore on CodePen.