Jump to content

Adding HTML & CSS code to a page in a section

Recommended Posts

Dear all,

 

I'm stuck with the table. If I add the code to the webpage, it's messing the whole layout. See here: https://recordit.co/xq8uPls4O5 or here: https://www.globalstartupawards.com/competition-benefits-1 password: 1234

I tried to add the code, or add the code to another page, and ember like that, but none of the options are worked. It should be in this page where’s the black button at the moment: https://www.globalstartupawards.com/competition-benefits

 

I added to an unlinked page, so you can see it how it should be:  https://www.globalstartupawards.com/competition-benefits-table

 

I've updated the CSS classes, so there is no H1,H2,H3 or p (paragraph) classed, but for some reason still screws up our layout. Even when I added to the CSS code the original preferences from our website, such as:

.p { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; } 
.h2 { font-family: "Source Sans Pro",sans-serif; font-size: 1.4em; font-weight: 600; letter-spacing: 1px; 
font-family: Montserrat; font-size: 18px; font-weight: 400; text-transform: uppercase; 
font-style: normal; letter-spacing: .7px; text-decoration: none; line-height: 1.2em;

Hereby you can inspect my full code:

<!DOCTYPE html>
<html lang="en" >
<head>
  <meta charset="UTF-8">
  <title>Global Startup Awards - Prize table</title>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">

<link rel="stylesheet" href="https://use.typekit.net/qcs5zwu.css">

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<style type="text/css">

.p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.h2 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .7px;
    text-decoration: none;
    line-height: 1.2em;

.benchmarks, .table-body .td:not(.metric) .number {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.table-body .td.metric label, .table-header .th label {
  text-transform:none;
  text-align: left;
  padding-right: 5%;
  font-style:normal;
  display: block;
  font-family: "Montserrat";
  font-size: 0.6em;
  color: #333;
  line-height: 1;
}

.table-body .td.metric span {
  font-size: 0.5833333333em;
}

.table-body .td.metric, .table-header {
  font-size: 1.5em;
  text-align: left;
  line-height: 1;
  padding-left: 2.5%;
  color: #333;
}

.table-body .td:not(.metric) {
  font-size: 2em;
}

legend:after, legend:before {
  font-size: 0.6666666667em;
}

.table .percentile-67 {
  background: #DEDEE0;
}
.table .percentile-67 .number {
  text-shadow: 0.08em 0.08em #DEDEE0;
  vertical-align: middle;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-size: cover;
text-transform: uppercase;
font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: italic;
}

ul {
  list-style-type: none;
  padding: 0;
}

.search-result {
  color: #333;
  margin: 1em 0 1em 0;
  padding: 0 1em;
}

.table {
  display: table;
  margin-top: 0;
}

.table-header, .table-body {
  display: table-header-group;
}

.table-header {
  text-transform: uppercase;
}
.table-header .th {
  padding-bottom: 0.5em;
  text-align: center;
}
.table-header .th label {
  display: block;
  padding-left: 15%;
  margin-top: 0.7em;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: italic;
  font-size: 1.2em;
}

.table-body li {
  display: table-row;
  width: 100%;
}
.table-body .td {
  border: 2px solid #FFF;
  padding: 0.5em 0;
  line-height: 1em;
}
.table-body .td.metric {
  border-bottom-color: #FFF;
  border-top-color: #FFF;
}
.table-body .td.metric label {
  text-transform:none;
  text-align: left;
  font-weight: normal;
  padding-right: 5%;
  font-style:normal;
  display: block;
  font-family: "Montserrat";
  font-size: 0.6em;
  color: #333;
  line-height: 1rem;
}

.table-body .td.metric span {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: italic;
}
.table-body .td:not(.metric) {
  color: #FFF;
  line-height: 1.2em;
}
.table-body .td:not(.metric) .number {


}

.tr:first-child .metric {
  border-top: none;
}
.tr:last-child .metric {
  border-bottom: none;
}

.th, .td {
  display: table-cell;
  width: 16%;
  text-align: center;
}


.benchmarks {
  width: 100%;
}

/*------------------------------------------------------------------

gray bg rows
-------------------------------------------------------------------*/



.table-body .td.metric2 span {
  font-size: 0.5833333333em;
}

.table-body .td.metric2, .table-header {
  font-size: 1.5em;
  text-align: left;
  line-height: 1;
  padding-left: 2.5%;
  color: #333;


}


.table-body .td.metric2 {
  border-bottom-color: #FFF;
  border-top-color: #FFF;
  background: #DEDEE0;
}
.table-body .td.metric2 label {
  text-transform:none;
  text-align: left;
  padding-right: 5%;
  font-style:normal;
  font-weight: normal;
  display: block;
  font-family: "Montserrat";
  font-size: 0.6em;
  color: #333;
  line-height: 1rem;
}

.table-body .td.metric2 span {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  color: black;
font-weight: 800;
font-style: italic;

}


 </style>

</head>

<body>
<div class="search-boxen">
<div class="search-result">
  <div class="benchmarks table">
    <ul class="table-header">
      <li class="th"></li>
      <li class="th"><label>REGIONAL <BR> LEVEL</label></li>
      <li class="th"><label>GLOBAL <BR> LEVEL</label></li>
    </ul>

    <ul class="table-body">
      <li class="tr">
        <span class="metric2 td">RECOGNITION<label>Get better recognition nationally, regionally and globally to attract business opportunities even from other countries, regions and continents.</label></span>
        <span class="td percentile-67"><span class="number">
          <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1627898822662-I82XD36WM0D9KM14RJ2P/GSA+icon+outline.png?format=300w" alt="GSA logo">

        </span></span>
        <span class="td percentile-67"><span class="number">
          <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">

        </span></span>
      </li>

      <li class="tr">
        <span class="metric td">ALUMNI ACCESS <label>Access to GSA Alumni Network, an invite-only VIP club that fosters the development of startup ecosystems globally, but also gives you access to a well selected global network to support your international business endeavors.</label></span>
        <span class="td percentile-60"><span class="number">        <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1627898822662-I82XD36WM0D9KM14RJ2P/GSA+icon+outline.png?format=300w" alt="GSA logo">
</span></span>
        <span class="td percentile-91"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
      <li class="tr">
        <span class="metric2 td">CONNECTIONS <label>Connection to other regional and global stakeholders - finalists, winners, juries, partners and ambassadors.</label></span>
        <span class="td percentile-67"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
        <span class="td percentile-67"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
      <li class="tr">
        <span class="metric td">MATCH MAKING<label>Matchmaking with active investors, successful startups, accelerator and incubator programs, as well as government initiatives.</label></span>
        <span class="td percentile-70"><span class="number">        <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1627898822662-I82XD36WM0D9KM14RJ2P/GSA+icon+outline.png?format=300w" alt="GSA logo">
</span></span>
        <span class="td percentile-80"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
      <li class="tr">
        <span class="metric2 td">PROMOTION <label>Promotion through Global Startup Awards’ regional and global social media channels and newsletters.</label></span>
        <span class="td percentile-67"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
        <span class="td percentile-67"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
      <li class="tr">
        <span class="metric td">CONTRIBUTION <label>Opportunity to contribute with your expertise and knowledge to a greater good: to shape the global startup ecosystem with other selected future-shapers.</label></span>
        <span class="td percentile-70"><span class="number">        <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1627898822662-I82XD36WM0D9KM14RJ2P/GSA+icon+outline.png?format=300w" alt="GSA logo">
</span></span>
        <span class="td percentile-80"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
      <li class="tr">
        <span class="metric2 td">PRIZE SPONSOR BENEFITS<label>Enjoy the benefits of valuable services and products offered by our Prize Sponsors.</label></span>
        <span class="td percentile-67"><span class="number">        <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1627898822662-I82XD36WM0D9KM14RJ2P/GSA+icon+outline.png?format=300w" alt="GSA logo">
</span></span>
        <span class="td percentile-67"><span class="number">      <img src="https://images.squarespace-cdn.com/content/v1/57514b5f22482e8f991a140b/1464991273255-3VMUM6YKUVD07XR30GKW/favicon.ico" alt="GSA logo">
</span></span>
      </li>
    </ul>

</div>

</body>
</html>

 

Anyone has any assumptions?

Thank you in advance, if you can suggest me a hint! :)

Link to comment
  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

8 hours ago, tuanphan said:

Hi. Where did you get this code? Can you share link?

Hey there, 

Sure, here you go: https://codepen.io/pnts/pen/nJvDr 

I used it as a base and after I modified to match the brand's design, as on the attached png is visible. 

I appreciate your time and the investigation! :)

prize table.png

Edited by terratomi
to complete the information
Link to comment

Try this new code

<!-- Source: https://codepen.io/pnts/pen/nJvDr - Tweaked some code by @tuanphan -->

<div class="search-boxen">
<div class="search-result">
  <div class="benchmarks table">
    <ul class="table-header">
      <li class="th"></li>
      <li class="th"><label>Category 1</label></li>
      <li class="th"><label>Category 2</label></li>
      <li class="th"><label>Category 3</label></li>
    </ul>
    
    <ul class="table-body"> 
      <li class="tr">
        <span class="metric td">1,000 <label>Metric 1</label></span>
        <span class="td percentile-76"><span class="number">76</span></span>
        <span class="td percentile-87"><span class="number">87</span></span>
        <span class="td percentile-32"><span class="number">32</span></span>
      </li>
      <li class="tr">
        <span class="metric td">2,000 <label>Metric 1</label></span>
        <span class="td percentile-67"><span class="number">67</span></span>
        <span class="td percentile-98"><span class="number">98</span></span>
        <span class="td percentile-42"><span class="number">42</span></span>
      </li>
      <li class="tr">
        <span class="metric td">3,000 <label>Metric 1</label></span>
        <span class="td percentile-60"><span class="number">60</span></span>
        <span class="td percentile-91"><span class="number">91</span></span>
        <span class="td percentile-38"><span class="number">38</span></span>
      </li>
      <li class="tr">
        <span class="metric td">4,000 <label>Metric 1</label></span>
        <span class="td percentile-72"><span class="number">72</span></span>
        <span class="td percentile-82"><span class="number">82</span></span>
        <span class="td percentile-40"><span class="number">40</span></span>
      </li>
      <li class="tr">
        <span class="metric td">2,000 <label>Metric 1</label></span>
        <span class="td percentile-70"><span class="number">70</span></span>
        <span class="td percentile-80"><span class="number">80</span></span>
        <span class="td percentile-25"><span class="number">25</span></span>
      </li>
    </ul>
  </div>
    <legend></legend>
</div>
</div>
<style>
  @font-face {
  font-family: junction-bold;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-bold.ttf") format("truetype");
}
@font-face {
  font-family: junction-light;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-light.ttf") format("truetype");
}
@font-face {
  font-family: junction-regular;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/junction-regular.ttf") format("truetype");
}
@font-face {
  font-family: leaguegothic-condensed-italic;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-italic.ttf") format("truetype");
}
@font-face {
  font-family: leaguegothic-condensed-regular;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-condensed-regular.ttf") format("truetype");
}
@font-face {
  font-family: leaguegothic-italic;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-italic.ttf") format("truetype");
}
@font-face {
  font-family: leaguegothic-regular;
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1643/leaguegothic-regular.ttf") format("truetype");
}
/*------------------------------------------------------------------


Placeholders and Mixins


-------------------------------------------------------------------*/
.benchmarks, .table-body .td:not(.metric) .number {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.table-body .td.metric label, .table-header .th label {
  font-size: 0.5em;
}

.table-body .td.metric span {
  font-size: 0.5833333333em;
}

legend:after, legend:before {
  font-size: 0.6666666667em;
}

.table-body .td.metric, .table-header {
  font-size: 1.5em;
}

.table-body .td:not(.metric) {
  font-size: 2em;
}

/*------------------------------------------------------------------


The meat and potatoes - relies on the list functions at the top of this file


-------------------------------------------------------------------*/
.table .percentile-67 {
  background: #54bab3;
}
.table .percentile-67 .number {
  text-shadow: 0.08em 0.08em #388a84;
}
.table .percentile-68 {
  background: #55bbb1;
}
.table .percentile-68 .number {
  text-shadow: 0.08em 0.08em #388c83;
}
.table .percentile-69 {
  background: #57bbb0;
}
.table .percentile-69 .number {
  text-shadow: 0.08em 0.08em #398d83;
}
.table .percentile-70 {
  background: #59bcae;
}
.table .percentile-70 .number {
  text-shadow: 0.08em 0.08em #3a8f83;
}
.table .percentile-71 {
  background: #5abcac;
}
.table .percentile-71 .number {
  text-shadow: 0.08em 0.08em #3a8f81;
}
.table .percentile-72 {
  background: #5cbcaa;
}
.table .percentile-72 .number {
  text-shadow: 0.08em 0.08em #3b9080;
}
.table .percentile-73 {
  background: #5ebda9;
}
.table .percentile-73 .number {
  text-shadow: 0.08em 0.08em #3c9280;
}
.table .percentile-74 {
  background: #5fbda7;
}
.table .percentile-74 .number {
  text-shadow: 0.08em 0.08em #3d937f;
}
.table .percentile-75 {
  background: #61bda5;
}
.table .percentile-75 .number {
  text-shadow: 0.08em 0.08em #3e947d;
}
.table .percentile-76 {
  background: #62bea3;
}
.table .percentile-76 .number {
  text-shadow: 0.08em 0.08em #3e967c;
}
.table .percentile-77 {
  background: #64bea2;
}
.table .percentile-77 .number {
  text-shadow: 0.08em 0.08em #3f967b;
}
.table .percentile-78 {
  background: #66bfa0;
}
.table .percentile-78 .number {
  text-shadow: 0.08em 0.08em #40997a;
}
.table .percentile-79 {
  background: #67bf9e;
}
.table .percentile-79 .number {
  text-shadow: 0.08em 0.08em #409978;
}
.table .percentile-80 {
  background: #69bf9c;
}
.table .percentile-80 .number {
  text-shadow: 0.08em 0.08em #429a76;
}
.table .percentile-81 {
  background: #6bc09b;
}
.table .percentile-81 .number {
  text-shadow: 0.08em 0.08em #429c75;
}
.table .percentile-82 {
  background: #6cc099;
}
.table .percentile-82 .number {
  text-shadow: 0.08em 0.08em #439c73;
}
.table .percentile-83 {
  background: #6ec197;
}
.table .percentile-83 .number {
  text-shadow: 0.08em 0.08em #449f71;
}
.table .percentile-84 {
  background: #70c195;
}
.table .percentile-84 .number {
  text-shadow: 0.08em 0.08em #459f6e;
}
.table .percentile-85 {
  background: #71c193;
}
.table .percentile-85 .number {
  text-shadow: 0.08em 0.08em #46a06c;
}
.table .percentile-86 {
  background: #73c292;
}
.table .percentile-86 .number {
  text-shadow: 0.08em 0.08em #47a26a;
}
.table .percentile-87 {
  background: #75c290;
}
.table .percentile-87 .number {
  text-shadow: 0.08em 0.08em #48a368;
}
.table .percentile-88 {
  background: #76c28e;
}
.table .percentile-88 .number {
  text-shadow: 0.08em 0.08em #49a365;
}
.table .percentile-89 {
  background: #78c38c;
}
.table .percentile-89 .number {
  text-shadow: 0.08em 0.08em #49a562;
}
.table .percentile-90 {
  background: #7ac38b;
}
.table .percentile-90 .number {
  text-shadow: 0.08em 0.08em #4ba660;
}
.table .percentile-91 {
  background: #7bc489;
}
.table .percentile-91 .number {
  text-shadow: 0.08em 0.08em #4ba85d;
}
.table .percentile-92 {
  background: #7dc487;
}
.table .percentile-92 .number {
  text-shadow: 0.08em 0.08em #4ca859;
}
.table .percentile-93 {
  background: #7ec485;
}
.table .percentile-93 .number {
  text-shadow: 0.08em 0.08em #4da856;
}
.table .percentile-94 {
  background: #80c584;
}
.table .percentile-94 .number {
  text-shadow: 0.08em 0.08em #4eab53;
}
.table .percentile-95 {
  background: #82c582;
}
.table .percentile-95 .number {
  text-shadow: 0.08em 0.08em #4fab4f;
}
.table .percentile-96 {
  background: #83c580;
}
.table .percentile-96 .number {
  text-shadow: 0.08em 0.08em #52ab4e;
}
.table .percentile-97 {
  background: #85c67e;
}
.table .percentile-97 .number {
  text-shadow: 0.08em 0.08em #55ac4c;
}
.table .percentile-98 {
  background: #87c67d;
}
.table .percentile-98 .number {
  text-shadow: 0.08em 0.08em #58ab4b;
}
.table .percentile-99 {
  background: #88c77b;
}
.table .percentile-99 .number {
  text-shadow: 0.08em 0.08em #5aac49;
}
.table .percentile-100 {
  background: #8ac779;
}
.table .percentile-100 .number {
  text-shadow: 0.08em 0.08em #5eac48;
}
.table .percentile-34 {
  background: #927fb9;
}
.table .percentile-34 .number {
  text-shadow: 0.08em 0.08em #6a5398;
}
.table .percentile-35 {
  background: #9081b9;
}
.table .percentile-35 .number {
  text-shadow: 0.08em 0.08em #675599;
}
.table .percentile-36 {
  background: #8e82b9;
}
.table .percentile-36 .number {
  text-shadow: 0.08em 0.08em #645699;
}
.table .percentile-37 {
  background: #8c84b9;
}
.table .percentile-37 .number {
  text-shadow: 0.08em 0.08em #615799;
}
.table .percentile-38 {
  background: #8a86b8;
}
.table .percentile-38 .number {
  text-shadow: 0.08em 0.08em #5e5998;
}
.table .percentile-39 {
  background: #8888b8;
}
.table .percentile-39 .number {
  text-shadow: 0.08em 0.08em #5b5b99;
}
.table .percentile-40 {
  background: #868ab8;
}
.table .percentile-40 .number {
  text-shadow: 0.08em 0.08em #595e98;
}
.table .percentile-41 {
  background: #848bb8;
}
.table .percentile-41 .number {
  text-shadow: 0.08em 0.08em #586098;
}
.table .percentile-42 {
  background: #838db8;
}
.table .percentile-42 .number {
  text-shadow: 0.08em 0.08em #576398;
}
.table .percentile-43 {
  background: #818fb8;
}
.table .percentile-43 .number {
  text-shadow: 0.08em 0.08em #556697;
}
.table .percentile-44 {
  background: #7f91b8;
}
.table .percentile-44 .number {
  text-shadow: 0.08em 0.08em #546997;
}
.table .percentile-45 {
  background: #7d93b8;
}
.table .percentile-45 .number {
  text-shadow: 0.08em 0.08em #526c96;
}
.table .percentile-46 {
  background: #7b94b7;
}
.table .percentile-46 .number {
  text-shadow: 0.08em 0.08em #516d95;
}
.table .percentile-47 {
  background: #7996b7;
}
.table .percentile-47 .number {
  text-shadow: 0.08em 0.08em #507094;
}
.table .percentile-48 {
  background: #7798b7;
}
.table .percentile-48 .number {
  text-shadow: 0.08em 0.08em #4e7293;
}
.table .percentile-49 {
  background: #759ab7;
}
.table .percentile-49 .number {
  text-shadow: 0.08em 0.08em #4d7493;
}
.table .percentile-50 {
  background: #739cb7;
}
.table .percentile-50 .number {
  text-shadow: 0.08em 0.08em #4b7692;
}
.table .percentile-51 {
  background: #719db7;
}
.table .percentile-51 .number {
  text-shadow: 0.08em 0.08em #4a7792;
}
.table .percentile-52 {
  background: #6f9fb7;
}
.table .percentile-52 .number {
  text-shadow: 0.08em 0.08em #497991;
}
.table .percentile-53 {
  background: #6da1b7;
}
.table .percentile-53 .number {
  text-shadow: 0.08em 0.08em #477b90;
}
.table .percentile-54 {
  background: #6ba3b7;
}
.table .percentile-54 .number {
  text-shadow: 0.08em 0.08em #467c90;
}
.table .percentile-55 {
  background: #69a4b6;
}
.table .percentile-55 .number {
  text-shadow: 0.08em 0.08em #457d8e;
}
.table .percentile-56 {
  background: #67a6b6;
}
.table .percentile-56 .number {
  text-shadow: 0.08em 0.08em #447e8d;
}
.table .percentile-57 {
  background: #65a8b6;
}
  .table .percentile-57 .number {
  text-shadow: 0.08em 0.08em #427f8c;
}
.table .percentile-58 {
  background: #63aab6;
}
.table .percentile-58 .number {
  text-shadow: 0.08em 0.08em #41818b;
}
.table .percentile-59 {
  background: #62acb6;
}
.table .percentile-59 .number {
  text-shadow: 0.08em 0.08em #41828b;
}
.table .percentile-60 {
  background: #60adb6;
}
.table .percentile-60 .number {
  text-shadow: 0.08em 0.08em #3f828a;
}
.table .percentile-61 {
  background: #5eafb6;
}
.table .percentile-61 .number {
  text-shadow: 0.08em 0.08em #3e8389;
}
.table .percentile-62 {
  background: #5cb1b6;
}
.table .percentile-62 .number {
  text-shadow: 0.08em 0.08em #3d8488;
}
.table .percentile-63 {
  background: #5ab3b5;
}
.table .percentile-63 .number {
  text-shadow: 0.08em 0.08em #3c8586;
}
.table .percentile-64 {
  background: #58b5b5;
}
.table .percentile-64 .number {
  text-shadow: 0.08em 0.08em #3b8585;
}
.table .percentile-65 {
  background: #56b6b5;
}
.table .percentile-65 .number {
  text-shadow: 0.08em 0.08em #3a8685;
}
.table .percentile-66 {
  background: #54b8b5;
}
.table .percentile-66 .number {
  text-shadow: 0.08em 0.08em #388785;
}
.table .percentile-67 {
  background: #52bab5;
}
.table .percentile-67 .number {
  text-shadow: 0.08em 0.08em #378985;
}
.table .percentile-1 {
  background: #e34c4d;
}
.table .percentile-1 .number {
  text-shadow: 0.08em 0.08em #c41f20;
}
.table .percentile-2 {
  background: #e04d51;
}
.table .percentile-2 .number {
  text-shadow: 0.08em 0.08em #bf2126;
}
.table .percentile-3 {
  background: #de4f54;
}
.table .percentile-3 .number {
  text-shadow: 0.08em 0.08em #bd2329;
}
.table .percentile-4 {
  background: #db5057;
}
.table .percentile-4 .number {
  text-shadow: 0.08em 0.08em #b9262d;
}
.table .percentile-5 {
  background: #d9525a;
}
.table .percentile-5 .number {
  text-shadow: 0.08em 0.08em #b62831;
}
.table .percentile-6 {
  background: #d7535e;
}
.table .percentile-6 .number {
  text-shadow: 0.08em 0.08em #b42a35;
}
.table .percentile-7 {
  background: #d45561;
}
.table .percentile-7 .number {
  text-shadow: 0.08em 0.08em #b02d39;
}
.table .percentile-8 {
  background: #d25664;
}
.table .percentile-8 .number {
  text-shadow: 0.08em 0.08em #ad2e3d;
}
.table .percentile-9 {
  background: #d05867;
}
.table .percentile-9 .number {
  text-shadow: 0.08em 0.08em #ab3040;
}
.table .percentile-10 {
  background: #cd596b;
}
.table .percentile-10 .number {
  text-shadow: 0.08em 0.08em #a73244;
}
.table .percentile-11 {
  background: #cb5b6e;
}
.table .percentile-11 .number {
  text-shadow: 0.08em 0.08em #a53447;
}
.table .percentile-12 {
  background: #c85c71;
}
.table .percentile-12 .number {
  text-shadow: 0.08em 0.08em #a1364b;
}
.table .percentile-13 {
  background: #c65e74;
}
.table .percentile-13 .number {
  text-shadow: 0.08em 0.08em #9f384e;
}
.table .percentile-14 {
  background: #c45f78;
}
.table .percentile-14 .number {
  text-shadow: 0.08em 0.08em #9d3a52;
}
.table .percentile-15 {
  background: #c1617b;
}
.table .percentile-15 .number {
  text-shadow: 0.08em 0.08em #993c55;
}
.table .percentile-16 {
  background: #bf627e;
}
.table .percentile-16 .number {
  text-shadow: 0.08em 0.08em #973e58;
}
.table .percentile-17 {
  background: #bd6482;
}
.table .percentile-17 .number {
  text-shadow: 0.08em 0.08em #953f5c;
}
.table .percentile-18 {
  background: #ba6585;
}
.table .percentile-18 .number {
  text-shadow: 0.08em 0.08em #91415f;
}
.table .percentile-19 {
  background: #b86788;
}
.table .percentile-19 .number {
  text-shadow: 0.08em 0.08em #8f4362;
}
.table .percentile-20 {
  background: #b5688b;
}
.table .percentile-20 .number {
  text-shadow: 0.08em 0.08em #8c4565;
}
.table .percentile-21 {
  background: #b36a8f;
}
.table .percentile-21 .number {
  text-shadow: 0.08em 0.08em #8a4669;
}
.table .percentile-22 {
  background: #b16b92;
}
.table .percentile-22 .number {
  text-shadow: 0.08em 0.08em #88486b;
}
.table .percentile-23 {
  background: #ae6d95;
}
.table .percentile-23 .number {
  text-shadow: 0.08em 0.08em #854a6e;
}
.table .percentile-24 {
  background: #ac6e98;
}
.table .percentile-24 .number {
  text-shadow: 0.08em 0.08em #834b71;
}
.table .percentile-25 {
  background: #a9709c;
}
.table .percentile-25 .number {
  text-shadow: 0.08em 0.08em #804d74;
}
  .table .percentile-26 {
  background: #a7719f;
}
.table .percentile-26 .number {
  text-shadow: 0.08em 0.08em #7e4e77;
}
.table .percentile-27 {
  background: #a573a2;
}
.table .percentile-27 .number {
  text-shadow: 0.08em 0.08em #7c5079;
}
.table .percentile-28 {
  background: #a274a5;
}
.table .percentile-28 .number {
  text-shadow: 0.08em 0.08em #79507c;
}
.table .percentile-29 {
  background: #a076a9;
}
.table .percentile-29 .number {
  text-shadow: 0.08em 0.08em #795181;
}
.table .percentile-30 {
  background: #9e77ac;
}
.table .percentile-30 .number {
  text-shadow: 0.08em 0.08em #775185;
}
.table .percentile-31 {
  background: #9b79af;
}
.table .percentile-31 .number {
  text-shadow: 0.08em 0.08em #755289;
}
.table .percentile-32 {
  background: #997ab2;
}
.table .percentile-32 .number {
  text-shadow: 0.08em 0.08em #73528e;
}
.table .percentile-33 {
  background: #967cb6;
}
.table .percentile-33 .number {
  text-shadow: 0.08em 0.08em #6f5293;
}
.table .percentile-34 {
  background: #947db9;
}
.table .percentile-34 .number {
  text-shadow: 0.08em 0.08em #6d5298;
}
ul {
  list-style-type: none;
  padding: 0;
}

.search-result {
  color: #333;
  margin: 1em 0 1em 0;
  padding: 0 1em;
}

.table {
  display: table;
  margin-top: 0;
}

.table-header, .table-body {
  display: table-header-group;
}

.table-header {
  text-transform: uppercase;
}
.table-header .th {
  padding-bottom: 0.5em;
  text-align: center;
}
.table-header .th label {
  display: block;
  margin-top: 0.7em;
}

.table-body li {
  display: table-row;
  width: 100%;
}
.table-body .td {
  border: 2px solid #FFF;
  padding: 0.5em 0;
  line-height: 1em;
}
.table-body .td.metric {
  border-bottom-color: #EFEFEF;
  border-top-color: #EFEFEF;
}
.table-body .td.metric label {
  text-transform: uppercase;
  display: block;
}
.table-body .td.metric span {
  text-transform: uppercase;
}
.table-body .td:not(.metric) {
  color: #FFF;
  line-height: 1.2em;
}
.table-body .td:not(.metric) .number {
  padding-top: 0.3em;
}

.tr:first-child .metric {
  border-top: none;
}
.tr:last-child .metric {
  border-bottom: none;
}

.th, .td {
  display: table-cell;
  width: 16%;
  text-align: center;
}

legend {
  position: relative;
  margin: 2em 0 1em 0;
  width: 100%;
  height: 1em;
  background-image: linear-gradient(to left, #8ac779, #52bab5, #947db9, #e54a4a);
}
legend:before {
  position: absolute;
  content: "1st percentile";
  left: 0;
  margin-top: -1.5em;
}
legend:after {
  position: absolute;
  content: "99th percentile";
  right: 0;
  margin-top: -1.5em;
}

.benchmarks {
  width: 100%;
  }</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Hey again, 

Thank you, but this is raw code what gave me the structure only.  I have to adjust the code I mentioned above, which has the styling and content right already. 

It is available now on this link: https://www.globalstartupawards.com/competition-benefits-table on an empty page.

And I would like to integrate that table here: https://www.globalstartupawards.com/competition-benefits - instead of the black button, like I wanted here: https://recordit.co/xq8uPls4O5 

or here: https://www.globalstartupawards.com/competition-benefits-1 password: 1234

I assume it has CSS conflict, and some of those should be changed, like .body ; .p ; .h1 but not sure to what. 🤔 

Link to comment

The other problem is that, every time I inject the table it narrows down the whole content on the page, from "full with" or 'fluid' to boxed. Not sure why, when the html code of the table is responsive. 

Link to comment
20 hours ago, terratomi said:

The other problem is that, every time I inject the table it narrows down the whole content on the page, from "full with" or 'fluid' to boxed. Not sure why, when the html code of the table is responsive. 

I think some code, conflict with Squarespace code. Can you share link to page where you added the code? We can find & tweak the code

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.