CSS Browser

Developer
Size
2,611 Kb
Views
26,312

How do I make an css browser?

I wanted to test a CSS Browser mockup for an idea that would later include some images sliding through the actual frame.. What is a css browser? How do you make a css browser? This script and codes were developed by Saysora on 26 August 2022, Friday.

CSS Browser Previews

CSS Browser - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Browser</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="browser"> <div class="top-bar"> <div class="button close"></div> <div class="button big"></div> <div class="button small"></div> <div class="open-tab"> <div class="tab-text"></div> </div> </div> <div class="browser-content"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/26158/easterpic.jpg"> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CSS Browser - Script Codes CSS Codes

* { margin: 0; padding: 0;
}
body { background: #3e3e3e;
}
.browser { max-height: 768px; width: 1024px; margin-left: auto; margin-right: auto; margin-top: 20px; overflow: hidden;
}
.top-bar { background: #ebeff0; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; position: relative; z-index: 10;
}
.button { width: 10px; height: 10px; border-radius: 50%; float: left; margin: 10px 5px;
}
.button.close { margin-left: 15px; background: #fc464a;
}
.button.big { background: #9aca27;
}
.button.small { background: #fdb943; margin-right: 15px;
}
.open-tab { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 25px solid #ffffff; margin-top: -30px; margin-left: 10px; width: 170px; height: 35px; float: left;
}
.open-tab .tab-text { float: left; width: 75px; background: #bbc2c5; height: 10px; margin-top: 43px; margin-left: 25px;
}
.browser-content { position: relative; z-index: 5;
}
.browser-content img { margin-top: -5px; max-width: 100%;
}
CSS Browser - Script Codes
CSS Browser - Script Codes
Home Page Home
Developer Saysora
Username azureknight
Uploaded August 26, 2022
Rating 3
Size 2,611 Kb
Views 26,312
Do you need developer help for CSS 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!

Saysora (azureknight) 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!