I've been working on a website for my client that works perfectly fine in Chrome, Firefox, Microsoft Edge, and even Internet Explorer :P. However, I'm facing some issues with Safari. Here's a snippet of the code I used:
<html>
<head>
<title>Welcome to Siyaram Developers</title>
</head>
<body>
<div id="overlay"></div>
<div id="background"></div>
... (Code continues)
JavaScript Code
<script>
// JavaScript code goes here
</script>
CSS Code
<style>
/* CSS styling */
</style>
Here's a screenshot of how the website looks in Chrome: https://i.sstatic.net/b5NZd.jpg
And here's how it appears in Safari: https://i.sstatic.net/iCMDF.png