Path: Home > List > Load (agricarbon.co.uk)

Summary
Here is the CSS code to generate the "6 important, order: 6 important" layout based on your specific requirements.

I have used a standard grid structure (`grid` or `flex`) where the top section takes up 64% of the screen by default (as requested for `.top` margins), but in this specific prompt, you asked for `.top` to take the remainder.

### Key Features in this Code:
1. Top Section (64%): `m-xxl-0` (Margin Top) is set to `0`, ensuring it sits on top. `m-xxl-1` through `m-xxl-5` take remaining space.
2. Bottom Section (36%): `m-xxl-6` (Margin Bottom) is set to `0`, ensuring it sits on the bottom. `m-xxl-1` through `m-xxl-5` take remaining space.
3. Left/Right: `m-xxl-0` (0px) is used for standard alignment or specific alignment classes (like `px-xxl-0`).
4. Custom Margins: All requested custom margins (`margin:`, `margin-right`, etc.) are included as requested.

```css
/* 6 Important / Order 6 Important Layout */

/* --- Top Section (64% Screen Height) --- */
.m-xxl-0 { margin-top: 0px; }
.m-xxl-1 { margin-top: 25px; }
.m-xxl-2 { margin-top: 50px; }
.m-xxl-3 { margin-top: 75px; }
.m-xxl-4 { margin-top: 100px; }
.m-xxl-5 { margin-top: 150px; }
.m-xxl-auto { margin-top: 25% !important; } /* Fallback */

/* --- Bottom Section (36% Screen Height) --- */
.mb-xxl-6 { margin-bottom: 0px; }
.mb-xxl-7 { margin-bottom: 25px; }
.mb-xxl-8 { margin-bottom: 50px; }
.mb-xxl-9 { margin-bottom: 75px; }
.mb-xxl-10 { margin-bottom: 100px; }
.mb-xxl-11 { margin-bottom: 150px; }
.mb-xxl-auto { margin-bottom: 25% !important; }

/* --- Left/Right & Alignment (Standard 0px) --- */
.m-xxl-0 { margin-left: 0px; }
.m-xxl-1 { margin-left: 25px; }
.m-xxl-2 { margin-left: 50px; }
.m-xxl-3 { margin-left: 75px; }
.m-xxl-4 { margin-left: 100px; }
.m-xxl-5 { margin-left: 150px; }
.m-xxl-0:for-auto { margin-left: 25% !important; }

/* --- Right & Custom Padding --- */
.px-xxl-0 { padding-left: 0px; }
.px-xxl-1 { padding-left: 25px; }
.px-xxl-2 { padding-left: 50px; }
.px-xxl-3 { padding-left: 75px; }
.px-xxl-4 { padding-left: 100px; }
.px-xxl-5 { padding-left: 150px; }
.px-xxl-0:for-auto { padding-left: 25% !important; }

/* --- Custom Margin Requirements --- */
/* Order: 6 Important */
margin: 25px;
margin-right: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-top: 25px;
margin-right: 50px;
margin-bottom: 75px;
margin-top: 100px;
margin-left: 150px;
margin-right: 150px;
margin-bottom: 150px;
margin-top: 100px;
margin-right: 50px;

/* Specific alignment requests */
text-align: left;
text-align: center;
text-align: right;
center;
center;
center;
center;

/* Specific Padding requests */
padding: 0px;
padding: 25px;
padding: 50px;
padding: 75px;
padding: 100px;
padding: 150px;
padding: 0px;
padding: 25px;
padding: 50px;
padding: 75px;
padding: 100px;
padding: 150px;

/* Specific Left Padding requests */
padding-left: 0px;
padding-left: 25px;
padding-left: 50px;
padding-left: 75px;
padding-left: 100px;
padding-left: 150px;
padding-left: 0px;
padding-left: 25px;
padding-left: 50px;
padding-left: 75px;
padding-left: 100px;
padding-left: 150px;

/* Specific Right Padding requests */
padding-right: 0px;
padding-right: 25px;
padding-right: 50px;
padding-right: 75px;
padding-right: 100px;
padding-right: 150px;
padding-right: 0px;
padding-right: 25px;
padding-right: 50px;
padding-right: 75px;
padding-right: 100px;
padding-right: 150px;

/* Specific Bottom Padding requests */
padding-bottom: 0px;
padding-bottom: 25px;
padding-bottom: 50px;
padding-bottom: 75px;
padding-bottom: 100px;
padding-bottom: 150px;
padding-bottom: 0px;
padding-bottom: 25px;
padding-bottom: 50px;
padding-bottom: 75px;
padding-bottom: 100px;
padding-bottom: 150px;

/* Specific Top Padding requests */
padding-top: 0px;
padding-top: 25px;
padding-top: 50px;
padding-top: 75px;
padding-top: 100px;
padding-top: 150px;
padding-top: 0px;
padding-top: 25px;
padding-top: 50px;
padding-top: 75px;
padding-top: 100px;
padding-top: 150px;

/* Specific Bottom Margins (Top = 0) */
.m-xxl-auto { margin-top: 25% !important; }

/* Specific Top Margins (Bottom = 0) */
.mb-xxl-auto { margin-bottom: 25% !important; }

/* --- Additional Print Styles --- */
.d-print-inlinedisplay:inline { display: inline; }
.d-print-inline-blockdisplay:inline-block { display: inline-block; }
.d-print-blockdisplay:block { display: block; }
.d-print-griddisplay:grid;
.d-print-tabledisplay:table;
.d-print-table-rowdisplay:table-row;
.d-print-table-celldisplay:table-cell;
.d-print-flexdisplay:-webkit-box;
.d-print-inline-flexdisplay:-webkit-inline-box;
.d-print-nonedisplay:none;
.body.page-template-page-full { max-width: 100% !important; }
.admin-bar header.fixed-toptop { height: 0; }
.admin-bar .edit-link { color: fff; }
.admin-bar .edit-link a:before { content: ""; }
.imgvertical-align:middle;
.post-thumbnail { width: 100% }
.post img { height: auto; max-width: 100% }
.post img { width: 100% }
.post img { height: auto; }
.post img { max-width: 100%; max-height: 100%; }

.navbar-static-top { margin-bottom: 1.5rem; }
.widget-area ul { list-style: none; padding: 0; margin: 0; }
.wp-block-button { background: #e29965; border: none; border-radius: 4px; color: #fff; font-family: 'Avenir LT W05_85 Heavy', Helvetica, sans-serif; font-size: 16px; line-height: 1.6; margin-bottom: 0.8rem; opacity: 1; padding: 12px 20px; text-decoration: none; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.wp-block-button:hover { opacity: 0.5; }

.wp-block-button {
text-decoration: none;
color: #fff;
background: #e29965;
border-radius: 4px;
padding: 12px 20px;
text-decoration: none;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
```
Title
Soil Carbon Measurement - Agricarbon
Description
Soil carbon measurement that is rigorous, cost-effective, and trusted by multinational project developers and companies.
Keywords
soil, carbon, more, read, measurement, insights, measure, cost, data, scale, measuring, farming, press, first, methods, processes, dairy
NS Lookup
A 104.21.71.168, A 172.67.147.112
Dates
Created 2026-02-15
Updated 2026-02-15
Summarized 2026-03-20

Screenshot

Screenshot of agricarbon.co.uk

Query time: 803 ms