css keep image ratio
img {
object-fit: cover;
width: 100px;
height:100px;
}
css keep image ratio
img {
object-fit: cover;
width: 100px;
height:100px;
}
css 100% height
<!DOCTYPE html>
<html>
<head>
<title>100% height</title>
<style>
html,
body {
height: 100%;
margin: 0;
}
.container {
height: 100%;
background: #000; /* to see the effect */
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>
set height to width css
example {
height: 100px;
width: 100px;
background-color: blue;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us