Code Monkey home page Code Monkey logo

google-homepage's Introduction

Google-Homepage

Mini project to deconstruct an existing web page and rebuild it.

Skills utilized to build the web page

* Use `div, span, ul, li, a html tags` to group page content  
* Use `flexbox` to position html elements of the page  
* Use `relative`, `absolute` positioning to align elements relative to other elements on the same page  
* Use viewport sizing convention to define the size of container such as `100vh`   
* use css calculation method to define the size of container such as `calc(100vh -80px)`  
* use css calculation method to defind input field border-radious such as `calc(0.5 * 44px)`    
* use `bottom: 0` to auto align the footer to bottom of page regardless of how large or small the element container above it is by assigning relative positioning to the container above it and absolute positioning in the footer container.  
* Remove all pre-defined/hidden CSS margin and padding  
* Use `justify-content: space-between` and `list-style-type: none` to align two lists of two items in one row with one list on left and one list on right.
* Use `.hover` to change how an image or link looks as we move mouse pointer over it.  
* use `cursor: pointer` on `.hover` to change mouse pointer to hand pointer.  
* use `input:focus::-webkit-input-placeholder {color: transparent}` to clear placeholder text in search inputbox
* use `[type="search"]::-webkit-search-cancel-button`to remove default search input box (clear) icon
* use '[type="search"]::-webkit-search-decoration` to clear any default search input box settings
* use `padding-right = 50px` to avoid overlap of microphone icon with user input search string

google-homepage's People

Contributors

wugong04 avatar

Watchers

 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.