Giter Club home page Giter Club logo

maratona-explorer-3.0's Introduction

Rocket Coffe - Maratona Explorer 3.0

Developed through a maratona explorer 3.0 da Rocketeaset a website where you will have the menu of an online coffee shop.

Layout

The following layout has been made available in https://www.figma.com/file/lEhWL1qM3SQNMiNbdJ9jd2/RocketCoffee-(Community).

Implementation Video

RocketCoffe.so.o.site.mp4

More Implementations

  • Adjusted for the "details" box to be the main one, so when there is no description the value is correctly on the page. Here's the CSS code:
li .details {
  max-width: 240px;
  flex: 1; /* aqui faz a caixa ser considerada como principal */
}
  • Created the footer with the information of telephone, address and all rights reserved.
  • Implemented like this, when hovering over the list, underline the title and price, and the description remains as is. Here's the CSS code:
li:hover h3,
li:hover strong {
  text-decoration: underline;
}

maratona-explorer-3.0's People

Contributors

vagnernerves 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.