Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <!DOCTYPE html>
<html>
  <head>
    <title>Your AI-powered summarizing friend who's always got your back</title>
    <link rel="canonical" href="https://www.summarizeshit.com/">
    <meta name="description" content="Unlock productivity with our email summarization service. Transform lengthy emails into actionable insights. Experience the power of summarizeshit.com.">
    <meta property="og:site_name" content="Summarize Sh*t">
    <meta property="og:description" content="Unlock productivity with our email summarization service! Transform lengthy emails into actionable insights. Experience the power of summarizesh*t.com.">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
      rel="stylesheet">
    <style>
      h1, h2, h3, h4, h5, h6, p, body {
        font-family: 'Ubuntu Mono', monospace;
      }

      .main {
        min-height: 100vh;
        width: 50%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
      }

      .center-card {
        background-color: #FFDEE9;
        background: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);
        padding: 1em 3em;
        border-radius: 1em;
        margin-bottom: 20%;
        transition: all ease-in-out 1s;
        transform: rotate(-1deg);
      }

      .center-card:hover {
        transform: rotate(0deg);
      }

      @media screen and (max-width: 800px) {
        .main {
          width: 90%;
        }
      }

      body, html {
        background-color: black;
        height: 100%;
        width: 100%;
      }

      footer {
        border-top: 1px dashed gray;
        margin: 1em -3em;
        padding-top: 1em;
        padding-left: 3em;
        padding-right: 3em;
        text-align: right;
        font-size: 12px;
      }
    </style>
  </head>
  <body>
    <div class="main">
      <div class="center-card">
        <h1>Summarize 💩</h1>
        <hr />
        <p>♥ Thank you for your interest in summarizeshit.com, your new AI-powered summarizing friend who's always got your back.</p>
        <p>Does Jeannie at the office send you huge email messages with only two actionable items buried inside? Well, <strong>summarizeshit.com</strong> is built for you!</p>
        <p>Our service is designed to summarize long, annoying messages [not just from Jeannie] into actionable content and insightful information.</p>
        <h1>> How does it work?</h1>
        <div class="method-breakout">
          <h2>Email</h2>
          <p>Forward an email to <a href="mailto:i@summarizeshit.com">i@summarizeshit.com</a> and receive back a summarization email!</p>
        </div>
        <div class="method-breakout">
          <h2>Text</h2>
          <p>Coming soon!</p>
        </div>
        <footer>&copy; 2023 2X Creative, LLC. This thing made by <a href="https://www.jamesfrommontana.com">JamesFromMontana.com</a>.</footer>
      </div>
    </div>
  </body>
</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console