CSS3 Browser

Developer
Size
2,882 Kb
Views
18,216

How do I make an css3 browser?

CSS3 made Browser windows with an optional address bar that is visible if the "data-url" attribute is set. What is a css3 browser? How do you make a css3 browser? This script and codes were developed by Robert on 08 November 2022, Tuesday.

CSS3 Browser Previews

CSS3 Browser - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Browser</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="browser" data-url="http://helloworld.com"> Hello World
</div>
<div class="browser image"> <img src="http://0.tqn.com/d/goafrica/1/0/q/N/dv629047.jpg" width="300" alt="" />
</div> <script src="js/index.js"></script>
</body>
</html>

CSS3 Browser - Script Codes CSS Codes

body { background: #f0f1ec; text-align: center;
}
.browser { position: relative; width: 300px; min-height: 220px; margin: 30px auto; padding-top: 24px; background: linear-gradient(180deg, #96a0a2, #96a0a2 24px, #fff 24px, #fff); border-radius: 3px; box-shadow: 0 0 1px #ccd1d2; box-sizing: border-box; display: inline-block; vertical-align: top; margin-left: 20px; margin-right: 20px; font: 100 30px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; padding: 30px 10px; text-align: center; color: #aaa;
}
.browser:after,
.browser:before { font-weight: 300; line-height: 1;
}
.browser:before { position: absolute; left: 5px; top: -15px; content: "\00B7\00B7\00B7"; color: #ccd1d2; font-size: 50px; letter-spacing: -2px;
}
.browser[data-url]:after { position: absolute; left: 45px; right: 15px; top: 6px; content: attr(data-url); padding: 2px; background: #ccd1d2; font-size: 7px; font-family: 'Verdana'; text-align: left; color: #999; border-radius: 1px;
}
.browser.image { padding: 23px 0 0;
}
.browser.image img { display: block; border-radius: 0 0 3px 3px; -webkit-filter: grayscale(0.7); -moz-filter: grayscale(0.7); filter: grayscale(0.7);
}

CSS3 Browser - Script Codes JS Codes

// Look Mum, no JS!
CSS3 Browser - Script Codes
CSS3 Browser - Script Codes
Home Page Home
Developer Robert
Username rendro
Uploaded November 08, 2022
Rating 3.5
Size 2,882 Kb
Views 18,216
Do you need developer help for CSS3 Browser?

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!

Robert (rendro) 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!