Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   Cloud Storage Limit Reached
  </title>
  <style>
   /* Reset styles for email clients */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.5;
            color: #333333;
            background-color: #f5f7fa;
            margin: 0;
            padding: 20px;
        }
        
        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .email-header {
            background: RED ;
            color: white;
            padding: 30px 20px;
            text-align: center;
        }
        
        .email-header h1 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .email-header p {
            font-size: 16px;
            opacity: 0.9;
            max-width: 80%;
            margin: 0 auto;
        }
        
        .email-content {
            padding: 30px;
        }
        
        .alert-box {
            background-color: #fff3f3;
            border-left: 4px solid #ff5252;
            padding: 20px;
            margin-bottom: 25px;
            border-radius: 0 4px 4px 0;
        }
        
        .alert-title {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .alert-icon {
            background-color: #ff5252;
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-weight: bold;
        }
        
        .alert-title h2 {
            color: #ff5252;
            font-size: 20px;
        }
        
        .storage-info {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .storage-meter {
            height: 12px;
            background-color: #e9ecef;
            border-radius: 6px;
            margin: 15px 0;
            overflow: hidden;
        }
        
        .storage-fill {
            height: 100%;
            background: #fad0c4 ;
            width: 100%;
            border-radius: 6px;
        }
        
        .storage-stats {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #6c757d;
            margin-top: 10px;
        }
        
        .action-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 25px 0;
        }
        
        .btn {
            display: inline-block;
            padding: 14px 28px;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            font-size: 16px;
            text-align: center;
            transition: all 0.3s ease;
            flex-grow: 1;
            min-width: 200px;
        }
        
        .btn-primary {
            background-color: red;
            color: white;
        
        
    
        }
        
        .btn-secondary {
            background-color: #f1f3f9;
            color: #667eea;
            border: 1px solid #d1d9e6;
        }
        
        .btn-secondary:hover {
            background-color: #e4e8f3;
        }
        
        .features {
            margin-top: 30px;
            border-top: 1px solid #eaeaea;
            padding-top: 25px;
        }
        
        .features h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: #495057;
        }
        
        .feature-list {
            list-style-type: none;
        }
        
        .feature-list li {
            padding: 8px 0;
            padding-left: 30px;
            position: relative;
        }
        
        .feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }
        
        .email-footer {
            background-color: #f8f9fa;
            padding: 20px 30px;
            text-align: center;
            color: #6c757d;
            font-size: 14px;
            border-top: 1px solid #eaeaea;
        }
        
        .email-footer a {
            color: #667eea;
            text-decoration: none;
        }
        
        .email-footer a:hover {
            text-decoration: underline;
        }
        
        .footer-links {
            margin-top: 15px;
        }
        
        .footer-links a {
            margin: 0 10px;
        }
        
        /* Responsive adjustments */
        @media screen and (max-width: 600px) {
            body {
                padding: 10px;
            }
            
            .email-content {
                padding: 20px;
            }
            
            .btn {
                min-width: 100%;
            }
            
            .email-header p {
                max-width: 100%;
            }
        }
  </style>
 </head>
 <body>
  <a style="text-decoration:none">
   <div class="email-container">
    <div class="email-header">
     <h1>
      Cloud Storage Limit Reached
     </h1>
     <p>
      You've used 100% of your available storage space
     </p>
    </div>
    <div class="email-content">
     <div class="alert-box">
      <div class="alert-title">
       <div class="alert-icon">
        !
       </div>
       <h2>
        Action Required
       </h2>
      </div>
      <p>
       You can no longer upload new files or sync changes to your cloud storage until you free up space or upgrade your storage plan.
      </p>
     </div>
     <p>
      Hello
      <strong>
       21079ea2@uifeed.com
      </strong>
      ,
     </p>
     <p>
      Your cloud storage account has reached its maximum capacity of
      <strong>
       [Storage Limit, e.g., 15 GB]
      </strong>
      . To continue using our service without interruption, please take one of the following actions:
     </p>
     <div class="storage-info">
      <p>
       <strong>
        Current Storage Usage:
       </strong>
       100% Full
      </p>
      <div class="storage-meter">
       <div class="storage-fill">
       </div>
      </div>
      <div class="storage-stats">
       <span>
        0 GB Available
       </span>
       <span>
        [Storage Limit] Used
       </span>
      </div>
     </div>
     <div class="action-buttons">
      <a class="btn btn-primary">
       Upgrade Storage Plan
      </a>
      <a class="btn btn-secondary">
       Manage Files &amp; Free Up Space
      </a>
     </div>
     <p>
      Best regards,
      <br/>
      <strong>
       The Cloud Storage Team
      </strong>
     </p>
    </div>
    <div class="footer-links">
     <a>
      Account Settings
     </a>
     |
     <a>
      Help Center
     </a>
     |
     <a>
      Unsubscribe
     </a>
    </div>
    <p style="margin-top: 15px; font-size: 12px;">
     © 2023 Cloud Storage Inc. All rights reserved.
    </p>
   </div>
  </a>
 </body>
</html>