Skip to content

narucalo/Victoria

 
 

Repository files navigation

Project Updates - August 29, 2024 The project today focused on refining the footer component's styling to eliminate an unwanted box outline and excessive depth that made it stand out from the rest of the website's design. After inspecting the existing CSS, the issue was identified as being caused by a combination of box-shadow, border, and conflicting styles. To resolve this, the box-shadow property and any borders applied to the .footer and .footer-container classes were removed. The footer and its container were also set to have a transparent background to match the page's design. Inline styles were used to override any persistent issues, and !important rules were applied where necessary to enforce the correct styling. As a result, the footer now seamlessly blends with the rest of the page, creating a more cohesive and polished appearance across all pages where the footer is used.

About

victoria-website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • HTML 19.3%
  • CSS 18.9%