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

Save Automatically?

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>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> ★ celestial-sea layout ★ </title> 
</head>
  <body>
  <div class="body">
    <div class="content">
      <div class="header">
        ・゚・★your title here (´。• ω •。`)★・゚・
      </div>
      <div class="nav">
        <a href="">main</a> . <a href="">info</a> . <a href="">misc</a> . <a href="">faq</a> . <a href="">etc</a>
      </div>
      <div class="blog">
        <u>Instructions</u><br>
        The content pages of your site will load into this space here which is an iframe. Navigation links can be changed and added in the panel above from the 'index.html' file. Don't add too many links or else the layout will be stretched. If you really have to put that many links then I would suggest making the panel into an iframe as well. You can change the css file as you like. The css has been incldued in the zip file. If you have any questions regarding the layout, drop me a line: [email protected]
        <br><br>
        <u>Terms of use</u><br>
        Please do not remove the credit link from the layout. If you want to shift it somewhere else, that's fine but it must be in a visible location at all times. Do not put the credit link in a credits page or hide it somewhere in your site. To save yourself the trouble; just leave the credit link where it is. The layout is for personal use only. Please do not modify it and claim it as your own or simply just claim it as your own and please do not put the layout up on your site for download. Those are the simple rules which you have to follow if you want to use the layout. So please, don't break them.
    <br><br>    
        <u>Designer's comments</u>
        <br>
        A clean and simple layout but it's really pink. Way too pink for my liking. What was I thinking? xD Anyway, this layout features Kusakabe Maron from Kamikaze Kaitou Jeanne. I didn't add any title text to the layout but you can add it in...
        <Br><br>
          <i><u><b>cinni's note</b></u><Br>
          hi! this is where my comments come in. this is a remastered layout from <a href="https://web.archive.org/web/20030602114102/http://celestial.zanarkand.org/layouts.shtml" target="_blank">celestial-sea</a>. plz note the above comments are not mine TwT i kept them in to preserve some of the original elements :-p...to use this layout simply right click>inspect element and copy the code, edit things to ur liking!</i>
        <Br>
                <h1>this is a header example ( ´ ∀ `)ノ~ ♡</h1>
        <img src="https://cinni.net/fruitykitty/layout/celestial-sea-icon.png" class="icon"> <i>blah</i> <b>blah</b> <u>blah</u> <s>blah</s> <a href="">blah</a> blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah (´• ω •`) ♡
        <hr>
      Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. (・_・ヾ 
              <h2>this is a header2 example (=^-ω-^=)</h2>
             
。.:☆*:・'(*⌒―⌒*)))
      </div>
      <div class="footer">
        <i>remastered layout by <a href="https://cinni.net" target="_blank">cinni.net</a> 2021</i>
      </div>
    </div>
  </div>


  </body>
</html>
              
            
!

CSS

              
                 body{
background:#f9e9e9;
    color:#575757;
    font-family: verdana;
   font-size:12px;
}

     @font-face{
      font-family: 'basiic';
  src: url(https://cinni.net/fonts/basiic.ttf);
    }
::selection {
  background:#fde7ea;

}

a{
  color:#575757;
  letter-spacing:1px;
  text-decoration: none;
}
a:hover{
  color:pink;
}

hr{
  color:#be778d;
  border-top:1px dotted #575757;
  border-left:none;
  border-right:none;
  border-bottom:none;
  width:70%;
}

h1{
  text-transform:uppercase;
  background: linear-gradient(0deg, rgba(190,119,141,1) 0%, 
rgba(190,119,141,1) 3%, rgba(235,183,194,0) 3%, rgba(249,162,243,0) 100%);
  font-size:1.1em;
  padding:1px;
  padding-left:12px;
  font-weight: bold;
  letter-spacing:2px;
  text-align:left;
}

h2{
  text-transform:uppercase;
background: linear-gradient(90deg, rgba(253,231,234,0) 0%, rgba(253,231,234,1) 5%, rgba(253,231,234,1) 75%, rgba(253,231,234,0) 100%);
  font-size:1em;
  padding-left:15px;
  padding-top:1px;
  padding-bottom:1px;
  color:#c58881;
  letter-spacing:2px;
}

span{
  font-weight:bold;
}

p{
  text-align:left;
  margin:15px;
}

.body{
 margin: 0 auto;
  width:900px;
  background-image:url("https://cinni.net/fruitykitty/layout/celestial-sea-bg.png");
  background-size:100% 100%;
  background-repeat:no-repeat;
  height:650px;
  margin-top:30px;
}

.layoutimg{
  margin:0 auto;
  width:100%;
  height:auto;
  position:relative;
  z-index:0;
}

.content{
  z-index:1;
  position:relative;
  float:left;
  width:50%;
  valign:top;
  padding:10px;
  padding-left:25px;
  height:575px;
  margin-top:30px;
 /*background:rgba(204,129,247,0.5);*/
}

.header{
  padding:1px;
  margin:2px;
    margin-left:15px;
  font-size:1.1em;
  font-family:'basiic';
color:white;
}

.nav{
  padding:2px;
background: white;
  margin:5px;
  margin-left:15px;
  font-size:.9em;
}
.nav a{
  margin:1px;
  padding:1px;
}

.blog{
  padding:10px;
  background: white;
  Margin-top:75px;
  margin-left:5px;
  margin-right:5px;
  font-size:.9em;
  height:78%;
  overflow: auto;
}

.blog img{
width:auto;
  max-width:80%;
  height:auto;
  margin:7px;
}

.blog a{
  font-weight:bold;
}

.footer{
  color:pink;
  font-size:.9em;
  padding:0;
  margin:15px;

}

.footer a{
  color:pink;
  background:none;
}

.icon{
  width:100px;
  height:100px;
  border:1px solid #be778d;
  float:right;
  padding:1px;
  margin:5px;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
background: white;
}
::-webkit-scrollbar-track {
   background: white;
border-radius: 0px;
width: 0px;
border: 1px solid pink;
}
::-webkit-scrollbar-thumb {
background: white;
border: 1px solid pink;
border-radius: 0px;
}

    @media screen and (max-aspect-ratio:16/9) {
      .body{
        width:400px;
  background-image:url("https://cinni.net/fruitykitty/layout/celestial-sea-bg.png");
  height:550px;
    margin-top:10px;
      }
      body{
        height:100%;
      }
      .content{
      width:90%;
      height:490px;
          margin-top:0;
        
      }
      .header{
        margin-top:15px;
      }
      .nav, .blog, .header{
        margin-left:0;
      }
      
          

              
            
!

JS

              
                
              
            
!
999px

Console