Advertisement
Sasa00

link

Feb 3rd, 2024
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.70 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"> <img src="https://surf-dream.neocities.org/mateial/orange2.gif"> <img class="about-logo" src="https://surf-dream.neocities.org/mateial/Frame_13-removebg-preview%20(1).png"> <img src="https://surf-dream.neocities.org/mateial/icecoffee10.gif"> <a href="https://surf-dream.neocities.org/top"><img class="return-top" src="https://surf-dream.neocities.org/mateial/Group-4.png"></a> </div>
  15.       <marquee> <img class="boat" src="https://surf-dream.neocities.org/mateial/hatusimamaru.gif"> </marquee>
  16.       <main class="about-main margin-t_10">
  17.         <section class="about">
  18.           <div class="link-back-box">
  19.             <h2>リンクについて</h2>
  20.           </div>
  21.           <div class="link-back-box2">
  22.             <p class="main-text">当サイトはリンクフリーです。</p>
  23.             <p class="main-text margin-t_10">リンクのご報告は特に必要ありませんが、</p>
  24.             <p class="main-text margin-t_10">教えていただけると嬉しいです。</p>
  25.             <p class="main-text margin-t_10">\ 相互リンク歓迎 /</p>
  26.             <p class="main-text margin-t_10">リンクの際は、必ずTOPへお願いします。</p>
  27.             <p class="main-text margin-t_10">バナーは以下からどうぞ。</p>
  28.           </div>
  29.           <div class="link-banner-box"> <img class="d-block margin-center" src="https://surf-dream.neocities.org/mateial/Group-5.png">
  30.             <p class="main-text margin-t_5 margin-b_40">バナー直リン推奨</p> <img class="d-block margin-center" src="https://surf-dream.neocities.org/mateial/Group-6.png">
  31.             <p class="main-text margin-t_5">↑ こっちがおすすめ ↑</p>
  32.           </div>
  33.         </section>
  34.       </main>
  35.     </div>
  36.   </div>
  37.   <style>
  38.     .about-back{
  39.      background-image: url(https://surf-dream.neocities.org/mateial/wp_beach3.jpg);
  40.      background-repeat: repeat-x;
  41.      background-position: bottom;
  42.      background-color: #7eb6ed;
  43.      padding: 20px 0 130px 0;
  44.     }
  45.    
  46.     .link-back-box{
  47.      background-image: url(https://surf-dream.neocities.org/mateial/wp_w3.gif);
  48.      width: 400px;
  49.      text-align: center;
  50.      border-right: solid 1px #333;
  51.      border-top: solid 1px #333;
  52.      border-left: solid 1px #333;
  53.      padding: 3px 0;
  54.      font-size: 1.1em;
  55.      font-weight: normal;
  56.      font-style: italic;
  57.      color: #E02B20;
  58.      margin: 0 auto;
  59.       }
  60.      
  61.       .link-back-box2{
  62.      background-image: url(https://surf-dream.neocities.org/mateial/wp_w3.gif);
  63.      background-repeat: repeat-y;
  64.      width: 400px;
  65.      text-align: center;
  66.      border: solid 1px #333;
  67.      padding: 10px 0;
  68.      font-size: 1.1em;
  69.      font-weight: normal;
  70.      margin: 0 auto;
  71.       }
  72.      
  73.       .link-banner-box{
  74.         text-align: center;
  75.         padding: 60px 0 ;
  76.         }
  77.    
  78.     .about-logo{
  79.       width: 30%;
  80.       }
  81.      
  82.     .return-top{
  83.       display: block;
  84.       width: 6%;
  85.       margin: 10px auto 0 auto;
  86.       }
  87.      
  88.     .boat{
  89.       width: 13%;
  90.       margin-top: 10px;
  91.       }
  92.   </style>
  93. </body>
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement