🔒 Closed Paassist lang ulet sa mga batak na web developer/designer jan

Status
Not open for further replies.

PHC Bor1s

Fanatic
Is there any way para mablur ko buong edge netong div na to? Para lang magblend siya ng maayos sa bg ko,pangit kasi tignan pag bg tas biglang colorIMG20190812204518.webp
 
Try mo 'to, paps. Paglaruan mo nalang ung height at width or lagyan mo ng padding para magkaroon ng margin tulad nung nasa screenshot mo.

(Preview: You do not have permission to view the full content of this post. Log in or register now.)

HTML:
<div class="mainDiv">
  <div class="blurredBackground"></div>
  Text mo dito ilagay.
</div>

CSS:
.mainDiv{
  position: relative;
  display: inline-block;
}

.blurredBackground{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
    background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 483
    Views
  • 3
    Participants
Last reply from:
choppork

Trending Topics

Online now

Members online
1,181
Guests online
1,697
Total visitors
2,878

Forum statistics

Threads
2,292,608
Posts
29,078,184
Members
1,209,430
Latest member
haruki63747
Back
Top