Skip to content

Instantly share code, notes, and snippets.

@marktiderman
Created October 25, 2017 03:06
Show Gist options
  • Save marktiderman/3e56361b030318d876146a92fc62a9d5 to your computer and use it in GitHub Desktop.
Save marktiderman/3e56361b030318d876146a92fc62a9d5 to your computer and use it in GitHub Desktop.
Freecodecamp Challenge
<html>
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<h1><center>Martin Luther King Jr</h1>
</center>
<body>
<img src=http://kids.nationalgeographic.com/content/dam/kids/photos/articles/History/M-Z/mlk-jr-05.jpg >
<ul>
<li>Martin Luther King Jr. (born Michael King Jr., January 15, 1929 – April 4, 1968) was an American Baptist minister and activist who became the most visible spokesperson and leader in the Civil Rights Movement. He is best known for his role in the advancement of civil rights using the tactics of nonviolence and civil disobedience based on his Christian beliefs and inspired by the nonviolent activism of Mahatma Gandhi.</li>
<li>King became a civil rights activist early in his career. He led the 1955 Montgomery bus boycott and helped found the Southern Christian Leadership Conference (SCLC) in 1957, serving as its first president. With the SCLC, King led an unsuccessful 1962 struggle against segregation in Albany, Georgia, and helped organize the 1963 nonviolent protests in Birmingham, Alabama. King also helped to organize the 1963 March on Washington, where he delivered his famous "I Have a Dream" speech.</li>
</ul/>
<a href="https://en.wikipedia.org/wiki/Martin_Luther_King_Jr. ">Click Me For more Information!</a>
</html>
body{
background-color:grey;
}
h1{
font-size:60px;
font-family:Bitter;
color:black;
}
li{
font-size:30px
}
a{
font-style:Bitter;
font-size:40px;
color:#ECF0F1;
text-decoration:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment