<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align:center">
<img style="height:98vh" src="../Images/cover.jpg" />
</div>
</body>
</html>
The 98vh is a CSS3 unit that scales the height to 98% of the viewport height. This leaves a little border around the image. The vh will work in most modern browsers, but not in older ones.
No comments :
Post a Comment
Note: Only a member of this blog may post a comment.