- From: Hitham Salem via GitHub <sysbot+gh@w3.org>
- Date: Fri, 09 Apr 2021 22:29:07 +0000
- To: public-css-archive@w3.org
`
<header>
<div class="hero-backgrond">
<img src="./img/hero.svg" alt="" >
</div>
<nav>
<div class="dropdown">
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</nav>
</header>
`
css
`.hero-backgrond{
position: absolute;
top: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
`
--
GitHub Notification of comment by HJS-dev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4092#issuecomment-817006000 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 9 April 2021 22:29:09 UTC