Please i want to centralize this image at the centre of the page.It worked well for mobile but does not work well for desktop.
Please i need the code did not work well for both mobile and desktop
My code
My code
<html>
<head>
<title>WELCOME TO INDUSTRIES</title>
<style>
.verticalhorizontal {
display: table-cell;
height:1400px;
text-align: center;
width: 1400px;
vertical-align: middle;
}
</style>
</head>
<body bgcolor="#000015">
<div class="verticalhorizontal">
<img src="images/finalp.jpg" alt="centered image" />
</div>
</body>
</html>
please help