اذهب إلى المحتوى

السؤال

Recommended Posts

  • 0
نشر

من خلال CSS سيكون كالتالي:

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1bb7;
    border-radius: calc(20% - 40px);
    padding: 40px 20px;
    width: 300px;
    height: 300px;
    text-align: center;
}

.box-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    width: 91%;
    height: 91%;
    background-color: rgb(0 0 0 / 79%);
    border-radius: 9%;
    filter: blur(37px);
}
h1, p {
    font-size: 30px;
    font-weight: bold;
    font-family: system-ui;
    color: white;
}


</style>
</head>
<body>


<div class="box">
  <div class="content">
  	<h1>5+</h1>
	<p>Countries</p>
  </div>

  <div  class="box-overlay">

</div>

</body>
</html>

والنتيجة هي:

Snag_9a879eb.png.bb0f0a8c508130b860bcb07bab57c6cf.png

حيث ستعتمد على خاصيتي  mix-blend-mode و filter لتنفيذ الفكرة.

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...