AlexNexton / BI-Team-5

Cafe Java is a local coffee shop which is unable to operate smoothly due to the Global Pandemic (Covid). The cofee shop was only able to accept walk in customers, which under current safety regulations are seen as not safe and more importantly it has seen an increase in revenu loses. As a team, we have build a website to enable Cafe Java customers to make their orders online in advance of their visit to the shop with the aim to save the business from collapsing.
https://alexnexton.github.io/BI-Team-5/
0 stars 3 forks source link

LOGO: Logo styling doesn't work when overlayed on a hero image #31

Closed simonjvardy closed 4 years ago

simonjvardy commented 4 years ago

Describe the bug The logo looks grwat but the colours don't work against the hero image background.

To Reproduce Steps to reproduce the behavior:

  1. Open a web browser
  2. Go to https://alexnexton.github.io/BI-Team-5/
  3. The hero image and logo can be seen

Expected behavior The logo should stand out against the hero image background.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context If you could create and inverse logo with the off-white being the main colour and the "CJ" being brown then I think we have something that will stand out against the background.

simonjvardy commented 4 years ago

Style.css logo ID color changed to #F0EDE5

#logo {
  font-family: "Caveat", cursive;
  color: #f0ede5;
  font-size: 4rem;
}

image