A Pen by Andrea Verlicchi

Size
2,547 Kb
Views
20,240

How do I make an a pen by andrea verlicchi?

Forked from Captain Anonymous's Pen GZqVQw.. What is a a pen by andrea verlicchi? How do you make a a pen by andrea verlicchi? This script and codes were developed by Andrea Verlicchi on 08 September 2022, Thursday.

A Pen by Andrea Verlicchi Previews

A Pen by Andrea Verlicchi - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Andrea Verlicchi</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button>Shift images</button>
<div class="container"> <div class="jpg box"> <div class="label">JPG</div> <img src="https://res.cloudinary.com/yooxgroup/image/upload/cs_srgb,w_853,fl_progressive,q_80/products_napapijri/41/41599886CM_99_n_f.jpg" alt="JPG" /></div> <div class="webp box"> <div class="label">WEBP</div> <img src="https://res.cloudinary.com/yooxgroup/image/upload/cs_srgb,w_853,fl_progressive,q_80/products_napapijri/41/41599886CM_99_n_f.webp" alt="WEBP" /></div> <div class="png box"> <div class="label">PNG</div> <img src="https://res.cloudinary.com/yooxgroup/image/upload/cs_srgb,w_853,fl_progressive,q_80/products_napapijri/41/41599886CM_99_n_f.png" alt="PNG" /></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Andrea Verlicchi - Script Codes CSS Codes

body { margin: 0; padding: 0;
}
button { display: block; padding: 10px; margin: 16px auto;
}
.container { display: flex;
}
.box { flex-grow: 1; text-align: center; position: relative;
}
.label { box-sizing: border-box; border-radius: 10px; width: 70px; padding: 10px; background: white; left: 50%; top: 50%; position: absolute; margin-left: -35px; margin-top: -25px; background-color: rgba(255, 255, 255, 0.8);
}
img { max-width: 100%;
}

A Pen by Andrea Verlicchi - Script Codes JS Codes

var $container = $('.container');
var orders = ["0", "1", "2"];
function setorders() { $('.box').each(function(index, el) { $(this).css('order', orders[index]); });
}
$('button').on('click', function() { orders.push(orders.shift()); setorders();
});
setorders();
A Pen by Andrea Verlicchi - Script Codes
A Pen by Andrea Verlicchi - Script Codes
Home Page Home
Developer Andrea Verlicchi
Username verlok
Uploaded September 08, 2022
Rating 3
Size 2,547 Kb
Views 20,240
Do you need developer help for A Pen by Andrea Verlicchi?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Andrea Verlicchi (verlok) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!