The Art of Leaf Letting

What is Leaf Letting?

A place where leaves are let go, but not really, because they're still here.

It's like a leaf version of letting go, but with more green and less closure.

/* CSS */ .leaf-h1 { background: #F7DC6E; padding: 10px; font-size: 36px; border: 4px solid #000000; box-shadow: 4px 4px 4px #000000; text-align: center; margin-top: 20px; text-shadow: 4px 4px 4px #000000; font-weight: bold; letter-spacing: 1px; line-height: 36px; } .leaf-h2 { background: #F7DC6E; padding: 10px; font-size: 28px; border: 4px solid #000000; box-shadow: 4px 4px 4px #000000; text-align: center; margin-top: 20px; text-shadow: 4px 4px 4px #000000; font-weight: bold; letter-spacing: 1px; line-height: 28px; } .leaf-text { font-family: 'Bungee', sans-serif; font-size: 20px; line-height: 1.5; color: #000000; margin: 10px 0; padding: 10px 0; } .leaf-link { text-decoration: none; background: #FF69B4; border: 2px solid #000000; border-radius: 10px; padding: 10px 20px; color: #000000; font-size: 20px; text-align: center; display: inline-block; margin: 10px 10px 0 0; transition: background 0.2s ease; } .leaf-container { width: 80%; margin: auto; padding: 20px; background: #F7DC6E; border: 4px solid #000000; box-shadow: 4px 4px 4px #000000; border-radius: 20px; text-align: center; margin-top: 20px; text-shadow: 4px 4px 4px #000000; font-weight: bold; letter-spacing: 1px; line-height: 36px; } .leaf-footer { background: #F7DC6E; padding: 10px; font-size: 16px; border: 4px solid #000000; box-shadow: 4px 4px 4px #000000; text-align: center; margin-top: 20px; text-shadow: 4px 4px 4px #000000; font-weight: bold; letter-spacing: 1px; line-height: 36px; }