Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633381 Views

Latest files of /cody/atherosai/ui/gallery-05

assets/ cody/atherosai/ui/gallery-05/assets/
4 Items
  • snow-scenery.jpg
  • forest.jpg
  • wooden-bridge.jpg
  • lavender-field.jpg
  • style.css cody/atherosai/ui/gallery-05/style.css
    82 Views
    0 Comments
    @import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

    html {
    position: relative;
    height: 100%;
    }

    body {
    galery-05 cody/atherosai/ui/gallery-05/index.html
    296 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="utf-8" />
    <title>Swiper demo</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
    script.js cody/atherosai/ui/gallery-05/script.js
    149 Views
    0 Comments
    const swiper = new Swiper(".mySwiper", {
    direction: "vertical",
    slidesPerView: 1,
    spaceBetween: 0,
    mousewheel: true,
    pagination: {
    el: ".swiper-pagination",
    clickable: true,