Advertisement
yumetodo

teratail_25158_memo_1

Jan 23rd, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>smaple</title>
  6.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sanitize.css/2.0.0/sanitize.min.css">
  7. </head>
  8. <body>
  9.     <section id="se_1">
  10.         <div class="outer">
  11.             <p>札幌エリア</p>
  12.             <div class="inner">札幌エリア</div>
  13.         </div>
  14.         <p>札幌エリア</p>
  15.         <p class="inner">札幌エリア</p>       
  16.     </section>
  17.     <p>札幌エリア</p>
  18.     <p class="inner">札幌エリア</p>       
  19.     <!--https://teratail.com/questions/25158?nli=56a1c809-c4cc-4269-9af0-2aea9d07a784-->
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement