Created
September 20, 2016 07:40
-
-
Save pangnaifu/23b28838fb156cc160822cad4cce241f to your computer and use it in GitHub Desktop.
jrAgrv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container text-center"> | |
<h1>Nikola Tesla | |
</h1> | |
<img class="img-responsive"src="https://lh6.ggpht.com/_vxF0kmn9hnjqgrnTdv5b6uOw7bgCAVeVJsUWI_9ZDfk6Zm5ZJ7FmOOlyWAglgwiDg=h1264"> | |
<h2 class="">Nikola Tesla timeline</h2> | |
<p class="text-center">Jul 10 1856 | |
<a href="https://worldhistoryproject.org/1856/7/10/nikola-tesla-is-born">Nikola Tesla Is Born</a> | |
Tesla was born to Serbian parents in the village of Smiljan, Austrian Empire near the town of Gospić, in the territory of modern-day Croatia. His... <a href="https://worldhistoryproject.org/1856/7/10/nikola-tesla-is-born">Read more</a> | |
</p> | |
</div> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body{ | |
background-color:rgb(80,80,80); | |
} | |
/*.row{ | |
margin:100px; | |
border-color: black; | |
border-width: 5px; | |
text-align: center; | |
}*/ | |
.text-center{ | |
color:white; | |
} | |
/*.row2{ | |
margin:200px; | |
border-style:solid; | |
border-color: black; | |
border-width: 5px; | |
}*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment