October 22, 2024
Chicago 12, Melborne City, USA
CSS

Background images refuse to work on Virtual Studio


I’m just beginning to learn programming, but free trial on WebStorm has expired and I switched to Virtual Studio. For some reason, when I put my past project into it, background images refused to work. Other styles continue to apply and if I switch to background color it works, but images just… don’t appear. I checked the links and "Follow link" function leads to the right image, but when I view them in browser (Chrome), they do not appear.

Code examples
css

.title-card{
    color: #591c01;
    background-image: url("/images/brass.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-style: italic;
    border-radius: 60px;
}

html

<div class="title-card first-card">Overview</div>



You need to sign in to view this answers

Leave feedback about this

  • Quality
  • Price
  • Service

PROS

+
Add Field

CONS

+
Add Field
Choose Image
Choose Video