Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9205251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:54:33+00:00 2026-06-17T23:54:33+00:00

how to make my HTML ‘font’ edge match with background on css ? i

  • 0

how to make my HTML ‘font’ edge match with background on css ?

i meant to make the color of a ‘fat font'(font size) change pixel by pixel to match the background.

such as white font n black background. how to make the font edge color smoothly / gradually change match to background?

e.g.

<div style="font-size: 24px; weight: 600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;">

MY TITLE n LOGO

</div>

obviously this can do in photoshop as image, but that would break-my-rule-of-bandwidth. i want it to be HTML n CSS purely. IT IS POSSIBLE? is there any relationship to ‘anti-aliasing’ thing ? what is anti-alias actually? lazy mode

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:54:34+00:00Added an answer on June 17, 2026 at 11:54 pm

    What you probably want to do (a bit unclear question) is to cast a blurring shadow to the text that has no offset. You can do that by applying a CSS style to your text using text-shadow property like so:

    {text-shadow:0 0 2px #888;}
    

    or in your case:

    <div style='font-size: 24px; 
                weight: 600; 
                font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
                text-shadow:0 0 2px #888;'>
    </div>
    

    > Here’s a Fiddle for it.


    You can find a reference for this Text-Shadow CSS property at w3schools.com. It takes four parameters:

    • h-shadow: Required. The position of the horizontal shadow. Negative values are allowed
    • v-shadow: Required. The position of the vertical shadow. Negative values are allowed
    • blur: Optional. The blur distance
    • color: Optional. The color of the shadow.

    Note that this property isn’t supported in Internet Explorer browsers lower than IE10.

    What you could do though for IE browsers is apply a blurring filter to the text:

    filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=1);
    

    or a glowing filter:

    filter:progid:DXImageTransform.Microsoft.Glow(Color=gray,Strength=1);
    

    or both:

    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=1)
            progid:DXImageTransform.Microsoft.Glow(Color=gray,Strength=1);
    

    IE static filters reference can be found at http://msdn.microsoft.com.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible onHover to make HTML dropdown elements adopt a new background color
Possible Duplicate: CSS to make HTML page footer stay at bottom of the page
Can i make HTML Layout in pixel first then convert everything what ever needed
I have problem with css, I make html layout and need to get bluebox
Is there a way in javascript/jquery or css to make html <select>/@Html.DropDownList auto width
im totally new when it comes to trying to make HTML code. I was
I want to make an HTML form with 2 select boxes. The selected option
I'm writing some html code to make an html email. I've done some research
So I want to make a HTML news letter to be sent out. I
I'm trying to make a HTML file with command line, but there is one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.