Succulent Sustainability Co.

Sustaining the planet, one succulent at a time.

Succulent of the Month: Prickly Pear

Our succulent of the month is the Prickly Pear, a succulent so resilient it'll make you wonder if it's secretly a ninja.

/* CSS */ .main-title { border-bottom: 4px solid #000000; font-weight: bold; font-size: 36px; text-align: center; margin-bottom: 20px; } .tagline { font-size: 18px; color: #000000; background-color: #FFC0C0; padding: 10px; border: 1px solid #000000; border-bottom: 4px solid #000000; margin-bottom: 20px; text-align: center; width: 50%; margin: 20px auto; } .content { padding: 20px; background-color: #FFFFFF; border: 4px solid #000000; width: 80%; margin: 0 auto; text-align: center; box-shadow: 0 0 10px #000000; } .list { list-style: none; padding: 0; margin: 0; text-align: center; margin-bottom: 20px; } .list li { margin-bottom: 10px; padding: 10px; border-bottom: 2px solid #000000; border-radius: 10px; background-color: #FFFFFF; cursor: pointer; } .list a { text-decoration: none; color: #000000; font-weight: bold; } .list a:hover { background-color: #C0C0C0; } /* Add more CSS rules as needed! */ /* For subpages: */ .subpages-container { display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 20px auto; padding: 20px; background-color: #FFFFFF; border: 4px solid #000000; border-radius: 10px; box-shadow: 0 0 10px #000000; text-align: center; } .subpages-container a { text-decoration: none; color: #000000; font-weight: bold; margin: 10px; padding: 10px; border-bottom: 2px solid #000000; background-color: #FFFFFF; cursor: pointer; } .subpages-container a:hover { background-color: #C0C0C0; }