body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; } header { background-color: #4CAF50; color: white; padding: 20px; text-align: center; } nav a { margin: 0 15px; color: white; text-decoration: none; } section { padding: 20px; margin: 20px; background-color: white; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } form { display: flex; flex-direction: column; gap: 10px; } input, textarea, button { padding: 10px; width: 100%; max-width: 400px; } button { background-color: #4CAF50; color: white; border: none; cursor: pointer; }

Welcome to Beautiful Garden & Lawn

Serving Saint Cloud, Kissimmee, Lake Nona, Hunters Creek, and South Orlando since 2012.

Home About Services Contact

About Us

We specialize in residential and commercial lawncare maintenance, tree trimming, and irrigation repair & installation.

Our Services

Contact Us

Name: Email: Message: Send Message
document.getElementById(‘contact-form’).addEventListener(‘submit’, function(event) { event.preventDefault(); alert(‘Thank you! Your message has been sent. We will get back to you soon.’); document.getElementById(‘contact-form’).reset(); });