Book Cover

Developer
Size
2,028 Kb
Views
50,600

How do I make an book cover?

Recreated the cover of the book by Jon Duckett. Yup. What is a book cover? How do you make a book cover? This script and codes were developed by Kyle Shanks on 04 August 2022, Thursday.

Book Cover Previews

Book Cover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Book Cover</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="big-container"> <div class="container"> <div class="color-diamond"> <div class="box a"></div> <div class="box b"></div> <div class="box c"></div> <div class="box d"></div> </div> <div class="big-text">HTML<span>&</span>CSS</div> <p class="smaller-text">design and build websites</p> </div> <div class="bottom-text">Jon Duckett</div>
</div>
</body>
</html>

Book Cover - Script Codes CSS Codes

body {background: #888; height: 100%;}
span {color: #F57D11;}
.big-container { display: block; position: absolute; height: 850px; width: 700px; overflow: hidden; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background: #393939;
}
.container { display: block; position: absolute; height: 600px; width: 600px; top: 45%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); font-family: sans-serif; color: #EEE;
}
.color-diamond { position: absolute; height: 325px; width: 325px; top: 64.8%; left: 14.5%; -webkit-transform: rotate(45deg) translate(-50%,-50%); transform: rotate(45deg) translate(-50%,-50%); border-left: 50px solid #AFA; border-right: 50px solid #CCC; border-top: 50px solid #FF7300; border-bottom: 50px solid #0BF;
}
.box { position: absolute; height: 50px; width: 52px; z-index: 1000;
}
.a {background: #840; top: -50px; left: -51px;}
.b {background: #b40; top: -50px; right: -51px;}
.c {background: #077; bottom: -50px; right: -51px;}
.d {background: #0A9; bottom: -50px; left: -51px;}
.big-text { position: absolute; width: 100%; font-size: 57px; top: 45%; text-align: center;
}
.smaller-text { position: absolute; width: 100%; font-size: 24px; top: 55%; text-align: center;
}
.bottom-text { display: block; position: absolute; width: 100%; top: 90%; text-transform: uppercase; color: #777; font-size: 22px; font-family: sans-serif; letter-spacing: 2px; text-align: center;
}
Book Cover - Script Codes
Book Cover - Script Codes
Home Page Home
Developer Kyle Shanks
Username mavrK
Uploaded August 04, 2022
Rating 4
Size 2,028 Kb
Views 50,600
Do you need developer help for Book Cover?

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!

Kyle Shanks (mavrK) Script Codes
Create amazing marketing copy 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!