Mac

Developer
Size
2,892 Kb
Views
38,456

How do I make an mac?

Mac with Pure CSS3 sorry if bad !. What is a mac? How do you make a mac? This script and codes were developed by Haeman on 29 August 2022, Monday.

Mac Previews

Mac - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Mac</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ html{ height: 100%;
}
body{ background: -webkit-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%); background: -moz-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%); background: -o-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%);	font-family: "Open Sans", Sans-serif;
}
.mac{	width: 150px;	height: 235px;	margin:0px auto;	background: #d7ceaa;	border-radius: 8px;	box-shadow:0px 200px 30px #9B8E61 inset,0px 10px 30px #333;	margin-top: 40px;
}
.mac:before{	background: #978D68;	width: 25px;	height: 15px;	margin: 205px 0px 0px 110px;	position: absolute;	display: block;	z-index: 99;	content: '';	border-radius: 3px;	box-shadow: 0px 1px 5px #524728 inset;
}
.mac:after{	background: #43433C;	width: 8px;	height: 8px;	margin: 25px 0px 0px 123px;	position: absolute;	display: block;	z-index: 99;	content: '';	border-radius: 3px;	box-shadow: 0px 1px 5px black inset;
}
.monitor{	background: -webkit-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);
background: -moz-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);
background: -o-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);	width: 150px;	height: 180px;	border-top: 2px solid #f7f5eb;	border-bottom: 2px solid #e3ddc6;	border-radius: 8px;	box-shadow: 0px 8px 0px #c0b693;
}
.monitor:before{	width: 110px;	height: 95px;	content: '';	background: -webkit-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%); background: -moz-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%); background: -o-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%);	display: block;	margin: 0px auto;	margin-top: 15px;	border-top:5px solid #7c755a;	border-left:5px solid #c2b88d;	border-right:5px solid #c2b88d;	border-bottom:5px solid #e8e2cd;	border-radius: 8px;
}
.monitor:after{	content: '';	display: block;	width: 25px;	height: 10px;	background: #2C2C27;	position: absolute;	border-radius: 3px;	margin: 20px 0px 0px 110px;	box-shadow: -17px 0px 0px -3px #2C2C27, -34px 0px 0px -3px #2C2C27;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='mac'> <div class='monitor'></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Mac - Script Codes CSS Codes

html{ height: 100%;
}
body{ background: -webkit-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%); background: -moz-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%); background: -o-radial-gradient(center, ellipse cover, #5b6879 0%,#323e4c 100%);	font-family: "Open Sans", Sans-serif;
}
.mac{	width: 150px;	height: 235px;	margin:0px auto;	background: #d7ceaa;	border-radius: 8px;	box-shadow:0px 200px 30px #9B8E61 inset,0px 10px 30px #333;	margin-top: 40px;
}
.mac:before{	background: #978D68;	width: 25px;	height: 15px;	margin: 205px 0px 0px 110px;	position: absolute;	display: block;	z-index: 99;	content: '';	border-radius: 3px;	box-shadow: 0px 1px 5px #524728 inset;
}
.mac:after{	background: #43433C;	width: 8px;	height: 8px;	margin: 25px 0px 0px 123px;	position: absolute;	display: block;	z-index: 99;	content: '';	border-radius: 3px;	box-shadow: 0px 1px 5px black inset;
}
.monitor{	background: -webkit-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);
background: -moz-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);
background: -o-linear-gradient(top, #E8E2CD 20%, #d8cfab 86%, #E7E1CB 100%);	width: 150px;	height: 180px;	border-top: 2px solid #f7f5eb;	border-bottom: 2px solid #e3ddc6;	border-radius: 8px;	box-shadow: 0px 8px 0px #c0b693;
}
.monitor:before{	width: 110px;	height: 95px;	content: '';	background: -webkit-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%); background: -moz-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%); background: -o-radial-gradient(35px 35px, 90px 105px, #817F74 0%, #57564D 50%,#2C2C27 100%);	display: block;	margin: 0px auto;	margin-top: 15px;	border-top:5px solid #7c755a;	border-left:5px solid #c2b88d;	border-right:5px solid #c2b88d;	border-bottom:5px solid #e8e2cd;	border-radius: 8px;
}
.monitor:after{	content: '';	display: block;	width: 25px;	height: 10px;	background: #2C2C27;	position: absolute;	border-radius: 3px;	margin: 20px 0px 0px 110px;	box-shadow: -17px 0px 0px -3px #2C2C27, -34px 0px 0px -3px #2C2C27;
}
Mac - Script Codes
Mac - Script Codes
Home Page Home
Developer Haeman
Username pedox
Uploaded August 29, 2022
Rating 3.5
Size 2,892 Kb
Views 38,456
Do you need developer help for Mac?

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!

Haeman (pedox) Script Codes
Create amazing SEO 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!