24 September 2019

How to size 100% width and height in html?

size 100% width and height in html


<html>
<head>
<style>

.outer{
width: 100%;
height: 100vh;
background:red;
}


</style>
</head>
<body>
<div class="outer">

</div>

</body>
</html>

No comments:

Post a Comment

How to run google search console request submission by UI vision IDE automate?

 Run google search console request submission by UI vision IDE automate? Source View --- Json Code {   "Name": "DemoCsvReadAr...