A Pen by Andrew Canham

Developer
Size
2,789 Kb
Views
34,408

How do I make an a pen by andrew canham?

What is a a pen by andrew canham? How do you make a a pen by andrew canham? This script and codes were developed by Andrew Canham on 23 August 2022, Tuesday.

A Pen by Andrew Canham Previews

A Pen by Andrew Canham - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Andrew Canham</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="profile"> <div class="deets"> <div class="copy"> <h1>Dude's name</h1> <h2>Job title of dude</h2> <p class="bio"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus volutpat, nulla at interdum euismod, magna nisl pellentesque justo, non fermentum erat dolor cursus sapien. </p> </div> </div> </div> <img src="http://andrewcanham.com/img/andrew.jpg" alt="Dude name"> </div>
</div>
</body>
</html>

A Pen by Andrew Canham - Script Codes CSS Codes

body,
html { background: #4a5154; font-family: "Open sans", helvetica, arial;
}
div.container { color: #fff; cursor: pointer; height: 350px; left: 50%; margin: -175px 0 0 -175px; overflow: hidden; position: absolute; text-align: center; top: 50%; width: 350px;
}
div.container div.deets { position: absolute; height: 100%; width: 100%; z-index: 10; transition: all 0.6s ease 0s;
}
div.container div.deets div.copy { position: relative; transform: translate3D(0, 240px, 0); transition: all 0.6s ease 0s;
}
div.container div.deets div.copy h1 { font-size: 30px; font-weight: 700; letter-spacing: -0.05em; line-height: 40px; margin: 0;
}
div.container div.deets div.copy h2 { font-size: 18px; font-weight: 300; line-height: 20px; margin: 0; text-transform: uppercase;
}
div.container div.deets div.copy p.bio { font-size: 14px; opacity: 0; padding: 60px 40px 0; transform: translate3D(0, 50px, 0); transition: all 0.6s ease 0.3s;
}
div.container img { height: 350px; position: relative; width: 350px; z-index: 0; transform: translate3D(0, 38px, 0) scale(1.2); transition: all 0.9s ease 0s;
}
div.container:hover div.deets { background: rgba(44, 49, 50, 0.8);
}
div.container:hover div.deets div.copy { transform: translate3D(0, 80px, 0);
}
div.container:hover div.deets div.copy p.bio { opacity: 1; transform: translate3D(0, 0, 0);
}
div.container:hover img { transform: translate3D(0, -14px, 0) scale(1.1);
}
A Pen by Andrew Canham - Script Codes
A Pen by Andrew Canham - Script Codes
Home Page Home
Developer Andrew Canham
Username candroo
Uploaded August 23, 2022
Rating 3
Size 2,789 Kb
Views 34,408
Do you need developer help for A Pen by Andrew Canham?

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!

Andrew Canham (candroo) Script Codes
Create amazing blog posts 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!