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

              
                <!-- Everything here goes inside of your <body></body> tags! -->
<!-- this layout is a recreation of https://www.webdesignmuseum.org/gallery/army-of-trolls-2004 -->
<div class="container">
  <div class="header"></div>
  <div class="navbar">
    <ul>
      <li><a href="#">item</a></li>
      <li><a href="#">item</a></li>
      <li><a href="#">item</a></li>
      <li><a href="#">item</a></li>
      <li><a href="#">item</a></li>
      <li><a href="#">item</a></li>
    </ul>
  </div>
  <div class="flex">
    <div class="col one">
      <div class="padding">
        <div class="subheading">subheading</div>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>
        <hr>
        <p>Humans oh how much they love us felines we are the center of attention they feed, they clean . I will ruin the couch with my claws just going to dip my paw in your coffee and do a taste test - oh never mind i forgot i don't like coffee - you can have that back now reaches under door into adjacent room. <a href="mailto:admin@website.com">admin@website.com</a></p>
        <p>
      </div>
    </div>
    <div class="col two">
      <div class="padding">
        <div class="subheading">subheading</div>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <hr>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <hr>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>
      </div>
    </div>
    <div class="col three">
      <div class="padding">
        <div class="subheading">subheading</div>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>
        <hr>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <hr>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>

      </div>
    </div>
    <div class="col four">
      <div class="padding">
        <div class="subheading">subheading</div>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <hr>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>
        <p>Hiss and stare at nothing then run suddenly away sitting in a box, yet good now the other hand, too. Let me in let me out let me in let me out let me in let me out.</p>
        <p>Who broke this door anyway toy mouse squeak roll over so scratch me there, elevator butt and car rides are evil but cat ass trophy so humans,humans.</p>
        <hr>
        <p>Where is my slave? I'm getting hungry steal mom's crouton while she is in the bathroom. Avoid the new toy and just play with the box it came in meow meow car rides are evil.</p>

      </div>
    </div>
  </div>
  <div class="footer">Layout lovingly recrafted by <a href="https://sadgrl.online/">sadgrl.online</a></div>
</div>
              
            
!

CSS

              
                /* You can either copy the below and paste it between style tags on your HTML page, OR you can copy this to a file and name it .css and link it from your HTML page. */
@font-face {
  font-family: Silkscreen;
  src: url(https://sadgrl.online/fonts/slkscr.woff);
}

:root {
  --header-bg: #eb1dcf;
  --nav-bg: #102a7f;
  --one: #fb7f7f;
  --two: #fabdd8;
  --three: #95bfdb;
  --four: #006699;
  --bg-image: url("https://i.imgur.com/6zKBNM5.gif");
  --nav-text: #ffd505;
  --pixel-font: "Silkscreen";
  --dark-text: #693b3d;
  --header-bg-img: url("https://i.imgur.com/0EpbQVr.png");
}

body,
html {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 9px;
  font-family: sans-serif;
  background-image: var(--bg-image);
}
body a {
  color: var(--dark-text);
  font-weight: bold;
}
.header {
  width: 100%;
  background-color: var(--header-bg);
  background-image: var(--header-bg-img);
  height: 100px;
  content: "";
}
.navbar {
  background-color: var(--nav-bg);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 20px;
}
.navbar ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
  border-right: 1px dotted white;
  display: inline-block;
  padding-right: 20px;
  margin-top: 3px;
}

.navbar ul li {
  display: inline-block;
  padding-right: 30px;
  padding-top: 2px;
  margin-top: none;
}
.navbar ul li a {
  color: #ffd505;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--pixel-font);
}
.flex {
  display: flex;
  width:100%;
  overflow:hidden;
}
.col {
  width: 200px;
  height: 600px;
  text-align: justify;
}
.one {
  background-color: var(--one);
}
.two {
  background-color: var(--two);
  width: 225px;
  color: var(--dark-text);
}
.three {
  background-color: var(--three);
  width: 225px;
  color: var(--dark-text);
}
.four {
  background-color: var(--four);
}
.padding {
  padding: 10px;
}
.info {
  margin-top: 3px;
  margin-left: 300px;
  font-family: var(--pixel-font);
}
.subheading {
  font-family: var(--pixel-font);
  font-weight: bold;
  font-size: 14px;
}
hr {
  border-top: 1.5px dotted white;
  border-bottom: 1.5px dotted var(--dark-text);
}
.footer {
  color: var(--dark-text);
  margin-left: 200px;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .flex {
    flex-wrap:wrap;
  }
  .col {
    width:100%;
    height:auto;
  }
  .navbar {
    height:auto;
  }
}
              
            
!

JS

              
                
              
            
!
999px

Console