Television Screen in CSS3

Developer
Size
1,754 Kb
Views
8,096

How do I make an television screen in css3?

Just thought i'd mess with matrix3D to make a TV screen.. What is a television screen in css3? How do you make a television screen in css3? This script and codes were developed by Isaac on 30 October 2022, Sunday.

Television Screen in CSS3 Previews

Television Screen in CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Television Screen in CSS3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box"> <div class="inner"> </div>
</div>
<div class="perspective">
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Television Screen in CSS3 - Script Codes CSS Codes

.box{ background:#2F2E2C; height:220px; width:370px; margin-top:40px; transform: matrix3d(1,0,0.00,-0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -webkit-transform: matrix3d(1,0,0.00,-0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -moz-transform: matrix3d(1,0,0.00,-0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -o-transform: matrix3d(1,0,0.00,-0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -ms-transform: matrix3d(1,0,0.00,-0.001,0.00,1,0.00,0,0,0,1,0,0,0,0,1); display:inline-block;
}
.inner{ background:rgba(0,0,0,0.20); height:200px; width:350px; position:relative; top:10px; left:10px; border-bottom: #222 3px solid; border-left: #1a1a1a 4px solid;
}
.perspective{ transform: matrix3d(1,0,0.00,0.004,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -webkit-transform: matrix3d(1,0,0.00,0.004,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -moz-transform: matrix3d(1,0,0.00,0.004,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -o-transform: matrix3d(1,0,0.00,0.004,0.00,1,0.00,0,0,0,1,0,0,0,0,1); -ms-transform: matrix3d(1,0,0.00,0.004,0.00,1,0.00,0,0,0,1,0,0,0,0,1); background:#222; height:264px; position:absolute; margin-left:42px; margin-top:18px; width:12px; display:inline-block;
}
Television Screen in CSS3 - Script Codes
Television Screen in CSS3 - Script Codes
Home Page Home
Developer Isaac
Username graphiteisaac
Uploaded October 30, 2022
Rating 3
Size 1,754 Kb
Views 8,096
Do you need developer help for Television Screen in CSS3?

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!

Isaac (graphiteisaac) Script Codes
Create amazing Facebook ads 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!