CSS3 iPad

Size
1,766 Kb
Views
30,360

How do I make an css3 ipad?

Simple iPad made only with CSS. What is a css3 ipad? How do you make a css3 ipad? This script and codes were developed by Fabio Mangolini on 15 August 2022, Monday.

CSS3 iPad Previews

CSS3 iPad - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 iPad</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapper"> <!-- iPad --> <div class="ipad-front"> <div class="ipad-front-camera"><span></span></div> <div class="ipad-front-display"></div> <div class="ipad-front-home-button"><span></span></div> </div> <!-- /iPad -->
</div>
</body>
</html>

CSS3 iPad - Script Codes CSS Codes

body { background-color: #333;
}
#wrapper { width: 300px; margin: 10px auto;
}
/* iPad */
.ipad-front { position: relative; width: 300px; height: 400px; background-color: #000; border-radius: 10px; border: 2px solid #888; padding: 40px; box-shadow: 1px 2px 0px #111;
}
.ipad-front-camera { width: 8px; height: 8px; background-color: #222; border-radius: 50px; position: absolute; top: 15px; left: 175px;
}
.ipad-front-camera span { display: block; width: 4px; height: 4px; background-color: #111; border-radius: 50px; position: absolute; top: 2px; left: 2px;
}
.ipad-front-display { width: 100%; height: 100%; background-color: #111;
}
.ipad-front-home-button { width: 22px; height: 22px; background-color: #000; border:1px solid #111; border-radius: 50px; position: absolute; bottom: 8px; left: 175px; box-shadow: 1px 1px 2px #666;
}
.ipad-front-home-button span { width: 10px; height: 10px; position: absolute; top: 6px; left: 6px; background-color: #000; border:1px solid #444; border-radius: 2px;
}
/* /iPad */
CSS3 iPad - Script Codes
CSS3 iPad - Script Codes
Home Page Home
Developer Fabio Mangolini
Username vikvarg
Uploaded August 15, 2022
Rating 3
Size 1,766 Kb
Views 30,360
Do you need developer help for CSS3 iPad?

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!

Fabio Mangolini (vikvarg) Script Codes
Create amazing web content 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!