Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>zebra girly</title>
- <style>
- body {
- display: flex;
- margin: 0;
- padding: 0;
- font-family: ms gothic;
- color: #f0f0f0;
- background-color: #121212;
- background-image: url('https://wallpaperaccess.com/full/894613.jpg');
- background-size: cover;
- }
- a {
- color: #f0f0f0;
- }
- .container {
- display: flex;
- width: 100%;
- margin: 0 auto;
- padding: 20px;
- backdrop-filter: blur(5px);
- }
- .profile {
- flex: 1;
- max-width: 300px;
- margin-left: 20px;
- background-color: rgba(30, 30, 30, 0.9);
- padding: 20px;
- border-radius: 10px;
- box-shadow: 0 0 10px #888;
- }
- .profile img {
- width: 100%;
- border-radius: 50%;
- }
- .article {
- flex: 3;
- overflow-y: auto;
- height: 85vh;
- padding-right: 20px;
- }
- .post {
- margin-bottom: 30px;
- background-color: rgba(30, 30, 30, 0.9);
- padding: 20px;
- border-radius: 10px;
- box-shadow: 0 0 10px #888;
- }
- .post h2 {
- margin-top: 0;
- font-family: ms gothic;
- color: #ff0080;
- }
- .tags {
- margin-top: 10px;
- }
- .tag {
- display: inline-block;
- background-color: #333;
- color: #ff0080;
- padding: 5px 10px;
- border-radius: 5px;
- margin-right: 5px;
- font-size: 0.85em;
- font-family: ms gothic;
- }
- p {
- text-align: center;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="article">
- <div class="post">
- <h2>another blog post</h2>
- <p>
- <img src="https://mididump.neocities.org/prince00.png" style="width: 20%; height: 20%;">
- <br> Once when I was six years old I saw a magnificent picture in a book, called
- True Stories from Nature, about the primeval forest. It was a picture of a boa
- constrictor in the act of swallowing an animal. Here is a copy of the drawing.
- In the book it said: "Boa constrictors swallow their prey whole, without chewing
- it. After that they are not able to move, and they sleep through the six months
- that they need for digestion."
- I pondered deeply, then, over the adventures of the jungle. And after some
- work with a colored pencil I succeeded in making my first drawing. My Drawing
- Number One. It looked like this:<br>
- <img src="https://mididump.neocities.org/prince001.png" style="width: 20%; height: 20%;"><br>
- I showed my masterpiece to the grown-ups, and asked them whether the
- drawing frightened them.
- But they answered: "Frighten? Why should any one be frightened by a hat?"
- My drawing was not a picture of a hat. It was a picture of a boa constrictor
- digesting an elephant. But since the grown-ups were not able to understand it,
- I made another drawing: I drew the inside of the boa constrictor, so that the
- grown-ups could see it clearly. They always need to have things explained. My
- Drawing Number Two looked like this:<br>
- <img src="https://mididump.neocities.org/prince03.png" style="width: 20%; height: 20%;"><br>
- </p>
- <div class="tags">
- <span class="tag"><a href="tagspagehere.html">Tag1</a></span> <!-----------add links to pages here----->
- <span class="tag"><a href="tagspagehere.html">Tag2</a></span>
- </div>
- </div>
- <div class="post">
- <h2>blog post here</h2>
- <p>The grown-ups' response, this time, was to advise me to lay aside my
- drawings of boa constrictors, whether from the inside or the outside, and
- devote myself instead to geography, history, arithmetic and grammar. That is
- why, at the age of six, I gave up what might have been a magnificent career as
- a painter. I had been disheartened by the failure of my Drawing Number One
- and my Drawing Number Two. Grown-ups never understand anything by
- themselves, and it is tiresome for children to be always and forever explaining
- things to them.
- So then I chose another profession, and learned to pilot airplanes. I have flown
- a little over all parts of the world; and it is true that geography has been very
- useful to me. At a glance I can distinguish China from Arizona. If one gets lost
- in the night, such knowledge is valuable.
- In the course of this life I have had a great many encounters with a great many
- people who have been concerned with matters of consequence. I have lived a
- great deal among grown-ups. I have seen them intimately, close at hand. And
- that hasn't much improved my opinion of them.
- Whenever I met one of them who seemed to me at all clear-sighted, I tried the
- experiment of showing him my Drawing Number One, which I have always
- kept. I would try to find out, so, if this was a person of true understanding. But,
- whoever it was, he, or she, would always say:
- "That is a hat."</p>
- <div class="tags">
- <span class="tag"><a href="tagspagehere.html">Tag3</a></span>
- <span class="tag"><a href="tagspagehere.html">Tag4</a></span>
- </div>
- </div>
- </div>
- <div class="profile">
- <img src="https://mididump.neocities.org/s-l500.jpg" alt="Profile Picture" title="welcome to my blog">
- <h2>blog title here ♥</h2>
- <p>Profile blurb goes here. <br>
- SAINT-EXUPÉRY, Antoine de
- (1900-44). An adventurous pilot
- and a lyrical poet, Antoine de
- Saint-Exupéry conveyed in his
- books the solitude and mystic
- grandeur of the early days of
- flight. He described dangerous
- adventures in the skies and also
- wrote the whimsical children's
- fable 'The Little Prince'.</p>
- </div>
- </div>
- </body>
- </html>
Advertisement
Comments
-
- https://nervslayouts.neocities.org/zebragirly
- LIVE PREVIEW!!!!!!!!!!!!!!!!
Add Comment
Please, Sign In to add comment