pharaohmak / filler-up

A simple and efficient tool to convert gallons to quarts, pints, or cups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill'er Up

A simple and efficient tool to convert gallons to quarts, pints, or cups.

Features

  • User-friendly interface
  • Real-time conversions
  • Supports multiple units of measurement

Usage

To use Fill'er Up, simply enter the number of gallons you'd like to convert and select the desired unit of measurement. The converted value will then be displayed in real-time.

Styling

The styling for Fill'er Up is handled using CSS. Here's a snippet of the code used for styling:

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

form {
    text-align: center;
}

h1 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

About

A simple and efficient tool to convert gallons to quarts, pints, or cups.


Languages

Language:HTML 53.0%Language:JavaScript 39.1%Language:CSS 7.9%