Flat design iframe

Size
1,819 Kb
Views
24,288

How do I make an flat design iframe?

A little flat design computer to include iframe :). What is a flat design iframe? How do you make a flat design iframe? This script and codes were developed by Damien Pereira Morberto on 14 December 2022, Wednesday.

Flat design iframe Previews

Flat design iframe - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flat design iframe</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="computer"> <div class="lens"> </div> <div class="screen"> <div class="frame"> <iframe src="https://codepen.io"></iframe> </div> </div> <div class="base"> <div class="top"></div> <div class="hd"></div> <div class="rs"></div> </div>
</div>
</body>
</html>

Flat design iframe - Script Codes CSS Codes

body {	margin:0;	padding:0;	background-color:#412f2f;
}
#computer {	width:700px;	height:500px; position:absolute; margin:-250px 0px 0px -350px; left:50%; top:50%;
}
.base { width: 100%; height: 35px; background-color: #585752; position: absolute; bottom: 0; border-radius: 0px 0px 10px 10px;
}
.top { position: absolute; width: 100%; height: 8px; background-color: #666561;
}
.hd { position: absolute; width:200px; left:250px; height:12px; background-color:#9d9d9b;
}
.rs { position: absolute; top:18px; right:50px; height:6px; width:70px; background-color:#222;
}
.screen { width: 90%; height: 100%; background: #585752; border-radius: 10px; margin-left: 5%;
}
.frame { width: 570px; height: 405px; overflow: hidden; position: relative; top: 40px; left: 28px; border: 2px solid #666561;
}
iframe { width:592px; height:100%; border:0px;
}
.lens { width: 22px; height: 22px; position: absolute; left: 50%; top: 20px; margin: -11px 0px 0px -11px; background-color: #b3b3b3; border-radius:500px;
}
Flat design iframe - Script Codes
Flat design iframe - Script Codes
Home Page Home
Developer Damien Pereira Morberto
Username damienpm
Uploaded December 14, 2022
Rating 3
Size 1,819 Kb
Views 24,288
Do you need developer help for Flat design iframe?

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!

Damien Pereira Morberto (damienpm) Script Codes
Create amazing sales emails 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!