adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

I can't get my css or images to show up, anyone see what I am doing wrong? I have everything uploaded into my main folder. #14595

Open ghost opened 6 years ago

ghost commented 6 years ago

Prerequisites

For more information on how to write a good bug report read here For more information on how to contribute read here

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

Please include the OS and what version of the OS you're running. Please include the version of Brackets. You can find it under Help -> About Brackets (Windows and Linux) or Brackets -> About Brackets (macOS)

ghost commented 6 years ago

html: <!DOCTYPE html>

Fish Creek Animal Clinic

Fish Creek Animal Clinic

Full Service Facility
Veterinarians and staff are on duty 24 hours a day, 7 days a week.
Years of Experience
Fish Creek Veterinarians have provided quality, dependable care for your beloved animals since 1984.
Open Door Policy
Our professionals welcome owners to stay with their pets during any medical procedure.

800-555-5555
1242 Grassy Lane
Fish Creek, WI 55534

Home   Services   Ask the Vet   Contact

ghost commented 6 years ago

css: body { background-color: #FFFFFF; color: #003366 ; font-family: Verdana, Arial, sans-serif; } header { background-color: #003366; color: #F0F0F0; font-family: Georgia, "Times New Roman", serif; background-image: url(fishcreeklogo.gif); background-repeat: no-repeat; background-position: center; text-align: center; } h1 { line-height: 250%; margin-bottom: 0;} nav { font-weight: bold;
background-color: #5280C5; text-align: center; padding: 5px;} .category { font-weight: bold; color: #5280C5; font-family: Georgia, "Times New Roman", serif; text-shadow: 1px 1px #667; } img { border-style: none; } dt { font-weight: bold; font-size: 1.1em; color: #5280C5; font-family: Georgia, "Times New Roman", serif;
} main { padding-left: 10px; padding-right: 10px; } footer { font-size: .70em; font-style: italic; text-align: center; background-color: #AEC3E3; } footer nav { background-color: #F0F0F0 ; }

wrapper { width: 80%;

       margin-right: auto;
       margin-left: auto;
       background-color: #F0F0F0;
       min-width: 700px;

}

ghost commented 6 years ago

github folders

ShumailAhmed123 commented 6 years ago

Hi,

I am new to GitHub and I am computer science student. I would like to contribute in something. Please can some one help me or guide me to contribute?

Thanks