Giter Site home page Giter Site logo

quick-form-css's Introduction

Quick Form CSS is an easy-to-use fully-responsive CSS Boilerplate for simple html forms.

This CSS boilerplate converts any simple html form into a material design minimalistic webform in seconds.

Current version 2.2.2 enables Google like input placeholder transitions

Note Quick-Form-Css is created solely for the purpose of quick templating your html-webforms with the zero efforts. This project is a Work-In-Progress and might result in undesirable result at times.


Themes

Quick-Form-Css comes with two themes by default, qfc-dark and qfc-light. qfc-dark.css is the theme on the left with Google forms inspired style (url), qfc-light.css is the theme on the right with a more minimal look. (url).


Usage

  1. In the head section of your html document, include the css theme you like:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/siwalikm/[email protected]/qfc-dark.css">

or

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/siwalikm/[email protected]/qfc-light.css">

  1. In the head section, also add the meta viewport for the form to work correctly on handheld devices.

<meta name="viewport" content="width=device-width,initial-scale=1">

  1. Wrap your html form in a div with class="qfc-container" like this:

Awesome, you did it!

Change Color(s)

To change theme color or background color of your form, edit the values of these css variables in your stylesheet.

.qfc-container {
	  --form-theme-color: mediumaquamarine;
	  --form-bg-color   : white;
	  --button-hover    : gray;
	  --input-text-color: black;
 }
 body {
	  --main-bg-color: white;
}

Titles and Sub-titles(s)

Quick-Form-Css supports meterial design specifications for headers from h1 to h6 (link).

All headers tags come with the default underline style. Please add class "no-underline" in your header element if you want to modify this behaviour.

quick-form-css's People

Contributors

qcn avatar siwalikm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quick-form-css's Issues

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.