JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<section id="about">
<div class="container-fluid post-1">
<div class="row">
<h1 class="text-center">Welcome to our Dance-O-Thon for 2016!</h1>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p>Carolyn Glover</p>
<p id="1">My name is Carolyn Glover and it is so exciting to be working on our second event to raise much needed funds for ovarian cancer research. It was in early 2014 that my friend Millicent came up with the idea of a dance-related event to support me, and women like me, who are having to deal with the challenge of ovarian cancer. The idea of the Dance-‘O’-Thon was born because I love to dance – though poorly I might add!
I was diagnosed with ovarian cancer over four years ago and, once you have it, it is very difficult to get rid of. Though I am currently under treatment, I am happy to say I am well and active thanks to the excellent oncologists and medical infrastructure we have here in Melbourne.
Our last Dance-O-Thon raised $32,000+ towards the Australian Ovarian Cancer Study (AOCS) , the program which Ovarian Cancer Australia is supporting as the key focus of its research fundraising efforts. So join us in May 2016 to make the event even bigger and better than last time……
o Come to raise more funds for ovarian cancer research
o Come if you have ovarian cancer, or wish to support someone who does
o Come if you wish to know more about the disease
o Come to celebrate life!
</p>
CSS
#about p#1 {
font-size: 1.3rem;
}
#about p {
font-size: 1.3rem;
}
#about #1 p {
font-size: 1.3rem;
}