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

  • SEARCH
  • Home
  • 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 9016927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:07:54+00:00 2026-06-16T04:07:54+00:00

does anybody know if the following image could be made in CSS? Light and

  • 0

does anybody know if the following image could be made in CSS? Light and dark lines could and should be equal width and edges fade in to darker color so that overall background would be dark color (dark blue in this case).

Any help is well appreciated. My google skills didn’t provide any help on this kind of effect, only ‘starburst stickers / badges kind of things’ was found.

enter image description here

  • 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-16T04:07:55+00:00Added an answer on June 16, 2026 at 4:07 am

    No. Sadly, the css3 generated image specs do not include conical/angular gradients (though they might come out in the next revision!) which would be the most likely way to do this using only css. However, you can do this using css+svg. I actually had this svg document sitting around from an experiment I did once:

    <?xml version="1.0" encoding="utf-8"?>
    
    <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
          "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
    <svg width="512px" height="512px" viewBox="-256 -256 512 512" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
        <title>Burst</title>
        <defs>
          <g id="burst">
            <g id="quad">
              <path id="ray" d="M0,0 -69,-500 69,-500 z" />
              <use xlink:href="#ray" transform="rotate(30)"/>
              <use xlink:href="#ray" transform="rotate(60)"/>
              <use xlink:href="#ray" transform="rotate(90)"/>
            </g>
            <use xlink:href="#quad" transform="rotate(120)"/>
            <use xlink:href="#quad" transform="rotate(240)"/>
          </g>
          <radialGradient id="grad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" stop-color="white" stop-opacity="0.65"/>
            <stop offset="100%" stop-color="black" stop-opacity="0.65"/>
          </radialGradient>
          <!-- a circle mask -->
          <mask id="m"><circle r="256" fill="white"/></mask>
        </defs>
        <!-- added a mask and scaled it to a different aspect ratio below. scale(x,y) -->
        <g mask="url(#m)" transform="scale(1, 0.75)"> 
          <use xlink:href="#burst" fill="lightslateblue"/>
          <use xlink:href="#burst" fill="darkslateblue" transform="rotate(15)"/>
          <circle r="360px" fill="url(#grad)" />
        </g>
        </svg>

    Set that as your background-image, and set the css background-size: cover. That’s it. Here’s a fiddle using this image in a data url.

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

Sidebar

Related Questions

Does anybody know why my getAltitude in the following always returns 0? package com.example.helloandroid;
Does anybody know why I get the following error message when I try to
Does anybody know if there is a shortcut for the following statement in PHP?
Does anybody know formula ? I tried following: 1000 / ((BPM * 24) /
I posted the following question on another thread: Does anybody know of a good
I am having the following program, which is crashing. Does anybody know why it
Does anybody know an ISO image of a up-to-date Linux distribution aimed at web
Does anybody know what the following constants (defined in WinNT.h ) mean? #define VER_SUITE_COMMUNICATIONS
Does anybody know what does the following construct mean: Dim s1 as [String] What
Does anybody know what mean the following restrictions for rendering kmls on google maps?

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.