markdown 叉我! FCC:测试套件模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 叉我! FCC:测试套件模板相关的知识,希望对你有一定的参考价值。
#main {
/*font-family: 'Libre Baskerville', serif;*/
/*background-color: #337ab7;*/
}
#title {
text-align: center;
font-weight: bold;
}
/*User Story #8*/
#image {
max-width: 100%;
width: 100%;
display: block;
height: auto;
opacity: 0.75;
border-radius: 4px;
}
#img-caption {
text-align: center;
}
ul {
list-style: none;
margin-right: 30px;
}
li {
margin: 20px;
}
#tribute-info {
margin-top: -20px;
font-size: 1.5em;
}
#footer {
position: ;
text-align: right;
background-color: gray;
color: white;
margin-top: -20px;
font-family: "Font Awesome 5 Brands";
}
.fab {
color: white;
}
.fab:hover {
color: black;
}
a:hover {
text-decoration: none;
color: black;
}
#link-fcc {
text-align:center;
float: left;
}
#link-github {
text-align: right;
}
#wiki-div {
text-align: center;
font-size: 1.2em;
margin: 20px;
}
#tribute-link {
text-align: center;
font-size: 1.1em;
}
// !! IMPORTANT README:
// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place.
/***********
INSTRUCTIONS:
- Select the project you would
like to complete from the dropdown
menu.
- Click the "RUN TESTS" button to
run the tests against the blank
pen.
- Click the "TESTS" button to see
the individual test cases.
(should all be failing at first)
- Start coding! As you fulfill each
test case, you will see them go
from red to green.
- As you start to build out your
project, when tests are failing,
you should get helpful errors
along the way!
************/
// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example!
// Once you have read the above messages, you can delete all comments.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<!-- User Story #1 -->
<div id="main">
<div class="container">
<div class="row">
<div class="col-xs-12 ">
<div class="thumbnail">
<!-- User Story #2 -->
<h1 id="title">
Dr. Georgios Papanikolaou
</h1>
<h3 class="text-center">
May 13, 1883 - February 19, 1962
</h3>
<!-- User Story #3 -->
<div id="img-div">
<!-- User Story #4 -->
<img src="http://www.ert.gr/wp-content/uploads/2017/02/PAP2copy-1021x576.jpg" id="image">
<!-- User Story #5 -->
<h3 id="img-caption">
<em>
Thanks to Dr. Georgios Papanikolaou, millions of women arround the world today are saving their lives by preventing cancer of the cervix.
</em>
</h3>
</div>
</div>
<div class="col-xs-12 thumbnail" id="tribute-info">
</br>
<ul>
<li><strong>1883</strong> - (13 May) Born in Kymi, Greece.</li>
<li><strong>1904</strong> - He received his medical degree from the University of Athens.</li>
<li><strong>1910</strong> - He received his PhD from the University of Munich, Germany.</li>
<li><strong>1913</strong> - He emigrated to the U.S. in order to work in the department of Pathology of New York Hospital and the Department of Anatomy at the Cornell Medical College Cornell University.</li>
<li><strong>1928</strong> - He first reported that uterine cancer could be diagnosed by means of a vaginal smear.</li>
<li><strong>1943</strong> - The importance of his work (1928) was not recognized until the publication, together with Herbert Frederick Traut (1894–1963), of Diagnosis of Uterine Cancer by the Vaginal Smear.</li>
<li><strong>1950</strong> - Papanicolaou was the recipient of the Albert Lasker Award for Clinical Medical Research.</li>
<li><strong>1961</strong> - He moved to Miami, Florida, to develop the Papanicolaou Cancer Research Institute at the University of Miami.</li>
<li><strong>1962</strong> - Died 19 February 1962 (aged 78) Miami, Florida, US.</li>
</ul>
<!-- User Story #7 -->
<hr>
<div class="text-center" id="wiki-div">
If you want more info about <em>Dr. Papanikolaou visit</em> <a href="https://en.wikipedia.org/wiki/Georgios_Papanikolaou" id="tribute-link" target="_blank">Wikipedia</a>.
</div>
</div>
</div>
</div>
<footer class="col-xs-12 thumbnail" id="footer">
<div id="link-fcc">
Created by
<a href="https://www.freecodecamp.org/leobath" class="fab" target="_blank">
leobath
</a>
</div>
<div id="link-github">
<a href="https://github.com/leobath" class="fab" target="_blank"> GitHub <span class="fa-github">
</span>
</a>
</div>
</footer>
</div>
</div>
Fork Me! FCC: Test Suite Template
---------------------------------
A [Pen](https://codepen.io/leobath/pen/oyKJYY) by [leo](https://codepen.io/leobath) on [CodePen](https://codepen.io).
[License](https://codepen.io/leobath/pen/oyKJYY/license).
以上是关于markdown 叉我! FCC:测试套件模板的主要内容,如果未能解决你的问题,请参考以下文章
markdown [FCC] Tribute Page MJ