Позиционирование графиков

140
29 октября 2019, 15:10

Нужна помощь, на странице есть блок с графиками

@media (min-width:1200px) { 
  .container { 
    width: 1170px 
  } 
} 
 
.container-fluid { 
  padding-right: 15px; 
  padding-left: 15px; 
  margin-right: auto; 
  margin-left: auto 
} 
 
.row { 
  margin-right: -15px; 
  margin-left: -15px 
}
<section class="section section--grey"> 
  <div class="container"> 
    <div class="row"> 
      <!-- section title --> 
      <div class="col-xs-12 animate" data-animate="fadeIn" data-duration="1.0s" data-delay="0.2s"> 
        <h2 class="section__title">Contribution allocation schemes</h2> 
        <span class="section__tagline"></span> 
      </div> 
      <!-- end section title --> 
      <p align="left"> <iframe width="800" height="600" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ09GW-z_A6FaEVc-j-Zpn86EOJpEH85fIM_SyNd95vlaW1I-A3RQj_ZRqaMsP1bV6G2it5QVB2JOje/pubchart?oid=161424761&amp;format=interactive"></iframe> 
      </p> 
      <p align="right"> <iframe width="800" height="600" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ09GW-z_A6FaEVc-j-Zpn86EOJpEH85fIM_SyNd95vlaW1I-A3RQj_ZRqaMsP1bV6G2it5QVB2JOje/pubchart?oid=161424761&amp;format=interactive"></iframe> 
      </p> 
      <h3>8% is allocated from the general fund for marketing expenses, advertising, and project promotion. <br> This is the minimum necessary budget component of success, calculated on the long-term profit by the project participants. The administration 
        of Ethereum of the foundation works daily on the development of the project. Project advertising will spread to all countries of the world.<br> with maximum audience coverage of investors. We are doing everything possible and even more to attract 
        investors from all over the world.<br></h3> 
 
      <!-- section button --> 
      <div class="col-xs-12 animate" data-animate="fadeIn" data-duration="1.0s" data-delay="0.6s"> 
        <a href="#tab1" class="section__btn">Invest now</a> 
      </div> 
      <!-- end section button --> 
    </div> 
  </div> 
 
  <p align="left"> <iframe width="800" height="600" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ09GW-z_A6FaEVc-j-Zpn86EOJpEH85fIM_SyNd95vlaW1I-A3RQj_ZRqaMsP1bV6G2it5QVB2JOje/pubchart?oid=161424761&amp;format=interactive"></iframe> 
  </p> 
  <p align="right"> <iframe width="800" height="600" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ09GW-z_A6FaEVc-j-Zpn86EOJpEH85fIM_SyNd95vlaW1I-A3RQj_ZRqaMsP1bV6G2it5QVB2JOje/pubchart?oid=161424761&amp;format=interactive"></iframe> 
  </p> 
</section>

Как мне расположить графики в одну линию по центру, а не друг под другом?

READ ALSO
jquery timepicker только цифры

jquery timepicker только цифры

Есть такой вопрос

184
Дублирование кода WPF

Дублирование кода WPF

Подскажите, как избежать дублирования кода на формах, если логика заполнения и обработки данных типовая, отличаются только передаваемые...

173
Процесс не может получить доступ к файлу, так как файл используется другим процессом

Процесс не может получить доступ к файлу, так как файл используется другим процессом

Все было бы просто и понятно, если бы нужно было "просто" применить using либо "просто" вызвать fileClose() или что то в этом духе

171