Soft Heart Engineer Posted on Nov 27 Backlight in CSS #codepen #css #webdev #html Check out this Pen I made! Top comments (4) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Yair Even Or Yair Even Or Yair Even Or Follow Javascript, CSS & HTML Email vsync.design@gmail.com Location Israel Joined Oct 9, 2018 • Dec 7 Dropdown menu Copy link Hide you should inherit the border-radius also. please never user width: 100%; height: 100%; like this, but instead use inset: 0 Collapse Expand Soft Heart Engineer Soft Heart Engineer Soft Heart Engineer Follow Join us in exploring innovation with SOFT HEART!!! Work Software Engineer Joined Jul 29, 2023 • Dec 8 Dropdown menu Copy link Hide Hi @yaireo, Thanks for the suggestions. pen is updated now. Collapse Expand Peter Cruckshank Peter Cruckshank Peter Cruckshank Follow I like building things in React, that pretty much sums it up 😄👍 Location Cape Cod, MA, USA Education Associate's Degree in Information Technology Pronouns He/him Work Front End dev & designer Joined Jul 21, 2017 • Dec 7 Dropdown menu Copy link Hide Wow nice great effect! Collapse Expand kartofelek007 kartofelek007 kartofelek007 Follow Joined Jul 6, 2019 • Dec 8 Dropdown menu Copy link Hide Add isolation: isolate to .container. z-index: -1 will cause the blur to be at the bottom of the layers. You don't want this Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
you should inherit the
border-radius
also.please never user
width: 100%; height: 100%;
like this, but instead useinset: 0
Hi @yaireo, Thanks for the suggestions. pen is updated now.
Wow nice great effect!
Add isolation: isolate to .container. z-index: -1 will cause the blur to be at the bottom of the layers. You don't want this