asimryu

css-slide index

Nov 7th, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Document</title>
  6.     <link href="common/css/style.css" rel="stylesheet">
  7. </head>
  8. <body>
  9.    
  10.     <section id="visual">
  11.         <label for="s1">1</label>
  12.         <input type="radio" name="btn" id="s1" checked>
  13.         <label for="s2">1</label>
  14.         <input type="radio" name="btn" id="s2">
  15.         <label for="s3">1</label>
  16.         <input type="radio" name="btn" id="s3">
  17.         <label for="s4">1</label>
  18.         <input type="radio" name="btn" id="s4">
  19.         <ul class="imgslide">
  20.             <li></li>
  21.             <li></li>
  22.             <li></li>
  23.             <li></li>
  24.         </ul>
  25.     </section>
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment