css 马丁路德金致敬
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 马丁路德金致敬相关的知识,希望对你有一定的参考价值。
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="main">
<header>
<h1 id="title">Martin Luther King Jr.</h1>
<br>
<p>Nobel Peace Prize Winner</p>
</header>
<div id="img-div">
<img id="image"src="https://www.biography.com/.image/t_share/MTQ1MzA0NTY0OTE0OTg4NTk5/martin-luther-king-jr---mini-biography.jpg" />
<p id="img-caption">I Have A Dream Speech by Martin Luther King Jr.</p>
</div>
<br>
<p id="tribute-info">
Martin Luther 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 from 1954 until his death in 1968. Born in Atlanta, King is best known for advancing civil rights through nonviolence and civil disobedience, tactics his Christian beliefs and the nonviolent activism of Mahatma Gandhi helped inspire.
</p>
<p ><strong> Here's a time line of Martin Luther King's life:</strong></p>
<ul>
<li>
<strong>Birmingham campaign, 1963</strong> -
In April 1963, the SCLC began a campaign against racial segregation and economic injustice in Birmingham, Alabama.
</li>
<li><strong>St. Augustine, Florida, 1964</strong> - King and the SCLC joined forces with Robert Hayling's then-controversial movement in St. Augustine, Florida. Hayling's group had been affiliated with the NAACP but was forced out of the organization for advocating armed self-defense alongside nonviolent tactics.
</li>
<li><strong>Selma, Alabama, 1964</strong> - King and the SCLC joined forces with the Student Nonviolent Coordinating Committee (SNCC) in Selma, Alabama, where the SNCC had been working on voter registration for several months.[85] A local judge issued an injunction that barred any gathering of three or more people affiliated with the SNCC, SCLC, DCVL, or any of 41 named civil rights leaders.
</li>
<li><strong>New York City, 1964</strong> - ing delivered the inaugural speech of a lecture series initiated at the New School called "The American Race Crisis." No audio record of his speech has been found, but in August 2013, almost 50 years later, the school discovered an audiotape with 15 minutes of a question-and-answer session that followed King's address. </li>
<li><strong>March on Washington, 1963</strong> -
The March on Washington for Jobs and Freedom (1963).
King, representing the SCLC, was among the leaders of the "Big Six" civil rights organizations who were instrumental in the organization of the March on Washington for Jobs and Freedom, which took place on August 28, 1963. The other leaders and organizations comprising the Big Six were Roy Wilkins from the National Association for the Advancement of Colored People; Whitney Young, National Urban League; A. Philip Randolph, Brotherhood of Sleeping Car Porters; John Lewis, SNCC; and James L. Farmer Jr., of the Congress of Racial Equality</li>
<li><strong>Selma voting rights movement and "Bloody Sunday", 1965</strong> -
In 1966, after several successes in the south, King, Bevel, and others in the civil rights organizations took the movement to the North, with Chicago as their first destination. King and Ralph Abernathy, both from the middle class, moved into a building at 1550 S. Hamlin Avenue, in the slums of North Lawndale[118] on Chicago's West Side, as an educational experience and to demonstrate their support and empathy for the poor
</li>
<li><strong>Poor People's Campaign, 1968</strong> -
In 1968, King and the SCLC organized the "Poor People's Campaign" to address issues of economic justice. King traveled the country to assemble "a multiracial army of the poor" that would march on Washington to engage in nonviolent civil disobedience at the Capitol until Congress created an "economic bill of rights" for poor Americans
</li>
<li><strong>April 4, 1968</strong> - Dies at the age of 39</li>
</ul>
<blockquote>
<q> Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.</q> <br>
Martin Luther Kinf Jr.
</blockquote>
<br>
<p>If you have time, you should read more about this incredible human being on his <a target="_blank" id="tribute-link"href="https://en.wikipedia.org/wiki/Martin_Luther_King_Jr.">Wikipedia entry</a>.</p>
</div>
</body>
</html>
Martin Luther King Tribute
--------------------------
A [Pen](https://codepen.io/tacitreturn/pen/roNZaL) by [glenn](https://codepen.io/tacitreturn) on [CodePen](https://codepen.io).
[License](https://codepen.io/tacitreturn/pen/roNZaL/license).
html, body {
margin: 0;
padding: 0;
}
p {
text-align: center;
}
ul{
text-align: center;
/* list-style-type: none; */
width: 700px;
display: table;
margin: 0 auto;
}
header {
background-color: rgb(239, 239, 239);
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
/* Border Properties */
border: solid;
border-color: rgb(0, 0, 0);
border-radius: 50px;
}
blockquote {
text-align: center;
}
#tribute-info {
width: 500px;
display: block;
margin: auto ;
}
以上是关于css 马丁路德金致敬的主要内容,如果未能解决你的问题,请参考以下文章