Advertisement
Sasa00

about

Feb 3rd, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.78 KB | None | 0 0
  1. <html>
  2. <head>
  3.   <meta charset="UTF-8">
  4.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.   <title>The web site of surf-dream</title>
  6.   <!-- The style.css file allows you to change the look of your web pages.
  7.         If you include the next line in all your web pages, they will all share the same look.
  8.         This makes it easier to make new pages for your site. -->
  9.   <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  10.   <link href="/ress.min.css" rel="stylesheet" type="text/css" media="all"> </head>
  11. <body>
  12.   <div class="about-back">
  13.     <div class="wrapper">
  14.       <div class="about-logo-box align-center">
  15.         <img src="https://surf-dream.neocities.org/mateial/orange2.gif">
  16.         <img class="about-logo" src="https://surf-dream.neocities.org/mateial/Frame_12-removebg-preview%20(1).png">
  17.         <img src="https://surf-dream.neocities.org/mateial/icecoffee10.gif">
  18.         <a href="https://surf-dream.neocities.org/top"><img class="return-top" src="https://surf-dream.neocities.org/mateial/Group-4.png"></a>
  19.       </div>
  20.       <marquee> <img class="boat" src="https://surf-dream.neocities.org/mateial/hatusimamaru.gif"> </marquee>
  21.       <main class="about-main margin-t_10">
  22.         <section class="profile">
  23.           <div class="name prof-back">
  24.             <h2>管理人</h2>
  25.           </div>
  26.           <p class="main-text15 align-center margin-t_10 margin-b_40">兎森ささ(Sasa)</p>
  27.           <div class="name prof-back">
  28.             <h2>住んでるところ</h2>
  29.           </div>
  30.           <p class="main-text15 align-center margin-t_10 margin-b_40">広島県鞆の浦</p>
  31.           <div class="name prof-back">
  32.             <h2>好きなこと</h2>
  33.           </div>
  34.           <p class="main-text15 align-center margin-t_10 margin-b_40">夏の海・星空を眺めること・友達といる時間・プールで遊ぶこと・かき氷・貝拾いや砂浜で遊ぶこと</p>
  35.           <div class="name prof-back">
  36.             <h2>苦手なもの</h2>
  37.           </div>
  38.           <p class="main-text15 align-center margin-t_10 margin-b_40">虫(特にムカデ)・寒い天気・高いところ・ダークライド(怖いアトラクション)・野菜の苦味・失敗すること</p>
  39.           <div class="name prof-back">
  40.             <h2>このサイトについて</h2>
  41.           </div>
  42.           <p class="main-text15 align-center margin-t_10 margin-b_40">ここは私の夏の思い出を書いていくホームページです。<br>夏休みの思い出や日常で感じたことなんかを綴っています。</p>
  43.           <div class="name prof-back">
  44.             <h2>サイトの更新について</h2>
  45.           </div>
  46.           <p class="main-text15 align-center margin-t_10">夏は頻繁に更新しますが、夏が終わるとちょびちょび更新になります<br>夏以外もたま〜に覗きにきてください。</p>
  47.         </section>
  48.       </main>
  49.     </div>
  50.   </div>
  51.   <style>
  52.     .about-back{
  53.      background-image: url(https://surf-dream.neocities.org/mateial/wp_beach3.jpg);
  54.      background-repeat: repeat-x;
  55.      background-position: bottom;
  56.      background-color: #7eb6ed;
  57.      padding: 20px 0 130px 0;
  58.     }
  59.    
  60.     .prof-back{
  61.      background-image: url(https://surf-dream.neocities.org/mateial/wp_w3.gif);
  62.      width: 300px;
  63.      text-align: center;
  64.      border: solid 1px #333;
  65.      padding: 3px 0;
  66.      font-size: 1.1em;
  67.      font-weight: normal;
  68.      font-style: italic;
  69.      color: #E02B20;
  70.      margin: 0 auto;
  71.       }
  72.    
  73.     .about-logo{
  74.       width: 30%;
  75.       }
  76.      
  77.     .return-top{
  78.       display: block;
  79.       width: 6%;
  80.       margin: 10px auto 0 auto;
  81.       }
  82.      
  83.     .boat{
  84.       width: 13%;
  85.       margin-top: 10px;
  86.       }
  87.   </style>
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement