IPad CSS Template

Developer
Size
2,557 Kb
Views
22,264

How do I make an ipad css template?

This is a fork of my iPhone5 template. iPad is much simpler because it doesn't have the side buttons visible from the front.. What is a ipad css template? How do you make a ipad css template? This script and codes were developed by Charlie Volpe on 08 November 2022, Tuesday.

IPad CSS Template Previews

IPad CSS Template - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>iPad CSS Template</title> <meta name="viewport" content="device-width"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <div class="ipad"> <div class="camera"></div> <div class="screen"> <!-- Put screen stuff in here --> <div class="appleicon"> <img src="https://goo.gl/4xuZUj" /> </div> <div class="text"> This is a free template! Have fun! </div> </div> <div class="button"> <div class="square"></div> </div> </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>

IPad CSS Template - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* { margin: 0; padding: 0; box-sizing: border-box;
}
body { background: #34abfa; padding-top: 5%; font-size: 4px; font-family: 'Open Sans', sans-serif;
}
.wrapper { max-width: 800px; margin: 0 auto;
}
.ipad { position: relative; background: #202020; width: 95%; height: 0; padding-top: 120%; margin: 0 auto 4em auto; border-radius: 3em;
}
.camera { position: absolute; top: 4%; left: 49.25%; background: #3f3f3f; width: 1.5%; height: 0; padding-top: 1.5%; border-radius: 50%;
}
.appleicon { padding-top: 25%; opacity: 0; -webkit-animation: unhide 5s infinite alternate; animation: unhide 5s infinite alternate;
}
.appleicon img{ width: 100%; height: 100%;
}
.text { opacity: 0; font-size: 1.25rem; text-align: center; -webkit-animation: unhide 5s infinite alternate; animation: unhide 5s infinite alternate;
}
.screen { background: #2f2f2f; width: 82.5%; height: 82.5%; position: absolute; top: 8.75%; left: 8.75%; -webkit-animation: lighten 5s infinite alternate; animation: lighten 5s infinite alternate;
}
.button { position: absolute; bottom: 1.5%; left: 46%; background: #3f3f3f; /* border: 1px solid #3f3f3f; */ width: 7%; height: 0; padding-top: 7%; border-radius: 50%;
}
.square { position: absolute; top: 27.5%; left: 27.5%; border: 2px solid #d7d7d7; border-radius: .3em; width: 45%; height: 45%;
}
@media screen and (min-width: 28em ) { body{ font-size: 6px; }
}
@media screen and (min-width: 34em ) { body{ font-size: 8px; }
}
@media screen and (min-width: 48em ) { body{ font-size: 10px; }
}
@-webkit-keyframes lighten { 0%, 45% { background: #2f2f2f; } 65%, 100% { background: #f7f7f7; }
}
@keyframes lighten { 0%, 45% { background: #2f2f2f; } 65%, 100% { background: #f7f7f7; }
}
@-webkit-keyframes unhide { 0%, 55% { opacity: 0 } 75%, 100% { opacity: 1 }
}
@keyframes unhide { 0%, 55% { opacity: 0 } 75%, 100% { opacity: 1 }
}

IPad CSS Template - Script Codes JS Codes

//Forked from: https://codepen.io/charlie-volpe/pen/xvcnE
//View GalaxyS3 fork here: https://codepen.io/charlie-volpe/pen/knwpE/
IPad CSS Template - Script Codes
IPad CSS Template - Script Codes
Home Page Home
Developer Charlie Volpe
Username charlie-volpe
Uploaded November 08, 2022
Rating 3
Size 2,557 Kb
Views 22,264
Do you need developer help for IPad CSS Template?

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!

Charlie Volpe (charlie-volpe) Script Codes
Create amazing love letters 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!