Git Product home page Git Product logo

ui-challenge-2's Introduction

Assignment Overview: UI Challenge 2

DUE:

Custom Form Elements Using Sprites

For this assignment you will be building a series of custom form elements, some of which will require the use of a provided sprite-sheet.

This is an independent project, but your are free to collaborate with your classmates.

Limit yourself to three hours for this assignment.


GitHub Repository & Project Setup

  • Create a repository called ui-challenge-2 for your work.
  • Submit a link to this repository in the corresponding Canvas assignment when you are finished.
  • Be sure to do your work in a non-master branch, and merge your work into master when finished.

PLAN YOUR WORK AND WORK YOUR PLAN


Assignment Overview

Sprites are used in web development to load multiple image resources while only needing a single HTTP request to retrieve a single resource. Take a look at this article for an overview:

CSS Sprites: What They Are, Why They're Cool, and How To Use Them

This exercise is to give you some hands-on experience working with sprites in a very common use-case: custom styling of form elements.

The instructions on the comp page say to do the styling with JavaScript; it is recommended that you work out the basics of the styling in CSS, ACP it, then refactor to having JS do the styling. Why do the styling with JS? Well, that's the challenge!


Requirements

  • Use good HTML structure to scaffold this site, of course, using semantic elements where possible.
  • If you want, use SMACSS-style modularity to organize your CSS; there are no specific requirements. Feel free to try an alternate system for organizing your CSS.
  • Style the page to reflect the comp image provided as closely as possible; but, feel free to leave out the paragraph of instructions.
  • You need not be concerned with responsiveness or mobile layout on this assignment.
  • There are no absolute right or wrong answers... just do your best.

Links

https://www.w3schools.com/css/css_image_sprites.asp https://stackoverflow.com/questions/37582952/using-a-background-image-for-checkbox https://stackoverflow.com/questions/20340138/remove-blue-border-from-css-custom-styled-button-in-chrome

ui-challenge-2's People

Contributors

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