Giter Site home page Giter Site logo

html-css-responsive-practice's Introduction

HTML-CSS-Responsive-Practice

Task 1 - Set up the project in Git Hub

  • Create a forked copy of this project
  • Clone your OWN version of the repository
  • Create a new branch: git checkout -b .
  • Implement the project on your newly created branch, committing changes regularly
  • Push commits: git push -u origin

Task 2 - MVP

HTML

  • Semantic HTML is used throughout the site - please use most semantic element possible
  • all alt tags are filled out for accessibility
  • in your navigation, home should link to the top of the page, about should link to the about section, plants should link to the shop section and contact should link to the contact section.

CSS

  • background color of site and h1 is #FBFFFB
  • Use scalable units for sizing of containers, fonts, margin, padding where possible (%, em, rem, vh, vw, etc.) avoid the use of px
  • Title font: Oxygen
  • Paragraph font: Source Sans Pro
  • (note that the fonts in the design file are not the same as the google fonts)
  • navigation should be fixed to the top of the page when the user scrolls and the opicity should be 0.9
  • accent color (titles, links) is #266035
  • "shop our indoor plant sale" button should switch background color and text color on hover
  • must use flexbox for layout

RESPONSIVE

  • write media queries for 800px and 500px - your site should match the files for the tablet and phone view respectively at these breakpoints

html-css-responsive-practice's People

Contributors

brityhemming avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.