0

我试图使分隔段落的空间更小。我已经尝试更改 CSS 中的顶部和底部边距,但它没有做出任何重大更改,我一直下降到 00px 但没有任何变化。我什至拿出了
's。也许我忽略了一些东西,但我似乎无法将手指放在它上面。

#content {
  font: normal 100% Arial, Helvetica, sans-serif;
  width: 680px;
  margin: 0 0 20px 10px;
  float: left;
}

.content_item {
  width: 680px;
  margin-top: .20px;
  margin-bottom: .20px;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
}
<div id="content">
  <div class="content_item">
  
    <h1>Specific project goals are</h1>


    <ul>
      <li>To build the big data and cloud computing research capacity at Winston-Salem state university.</li>
      <li>To involve undergraduate students in cutting-edge research.</li>
      <li>To enhance educational experiences for CS and IT majors at WSSU.
      </li>
      <li>To expand the participation of underrepresented minority, specifically women, in STEM and support the nation’s efforts in building a robust STEM workforce.</li>
    </ul>
    <!--close button_small-->
  </div>
  <!--close content_container-->
</div>



<div id="content">
  <div class="content_item">
  
    <h1>Current Fundings</h1>

    <ul>
      <li>NSF, “Improving Research and Education of Big Data and Cloud Computing at Winston-Salem State University”, <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1600864&HistoricalAwards=fal"><strong>Award Number: 1600864</strong>
    </a> $307,802, 2016 – 2019. </li>

      <li>NSF, “Collaborative Research: Excellence In Research: Computational Framework and Data Science for Identification”, <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1900087&HistoricalAwards=false),"><strong>Award Number: 1900087</strong>
    </a> $299,962, 2019-2022. </li>

      <li>NSF, “Targeted Infusion Project: “Integrating Data Science into the Urban Studies and Sustainability Program”, <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1912214&HistoricalAwards=false"><strong>Award Number: 1912214</strong>
    </a> $249,825.00, 2019-2022. </li>


    </ul>
    <!--close button_small-->
  </div>
  <!--close content_container-->
</div>





<div id="content">
  <div class="content_item">
  
    <h1>Previous Fundings </h1>

    <ul>
      <li><b>UNC Research Cyberinfrastructure Colaboration Grant</b></li>
      Senior personnel: Dr. Debzani Deb, WSSU
      <li><b>WSSU RIP Award</b></li>
      “Utility-based Resource Provisioning of Big Data Applications on Cloud Environment”&lt;br /> Amount: $9,690.00<br /> June, 2016 to November, 2017<br /> PI: Dr. Debzani Deb, WSSU

    </ul>

  </div>
  <!--close content_container-->
</div>

4

0 回答 0