Jump to content

Custom table widths

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 1 month later...

Hi @tuanphan

I managed to figure it out with this code: 

//TABLE CM+INCHES//


.grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 200px;
    border: 1px solid #000000;

}
.empty{
    background-color: white;
    grid-column-start: 1fr;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.size{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    
}
.size-4{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000000;
}
.body-pos{
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.body-pos-2{
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000000;
}
.number{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.number-1{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000000;
}
.number-2{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000000;
}
.number-3{
    display: flex;
    justify-content: center;
    align-items: center;  
}
 

Link to comment

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.