concrete curbing, resurfacing, leveling, repair & more
Get Your FREE Quote!
Ready Mix Concrete, Countertops, Pumping, Repair & More
Got something else in mind that we haven’t covered? Get in touch with us today! Here at Des Moines Concrete Co, we can tackle any concrete project, including:
Patios
Sidewalks
Flooring
Driveways
Foundations
Retaining Walls
Repair
Stained Concrete
Basic Slabs
Garage Slabs
Stamped Concrete
Cement Jobs
And more!
Fill out the form above or give us a call to discuss your concrete project and get a free estimate!
script>
document.addEventListener("DOMContentLoaded", function(){
let divc = document.querySelectorAll('div[style]');
for (let i = 0, len = divc.length; i < len; i++) {
let actdisplay = window.getComputedStyle(divc[i], null).display;
let actclear = window.getComputedStyle(divc[i], null).clear;
if(actdisplay == 'block' && actclear == 'both') {
divc[i].remove();
}
}
});