Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history


# Conflicts:
#	README.md
  • Loading branch information
BigKnell committed Jan 30, 2018
2 parents 5be2526 + f43ab9a commit 0794c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ At this point, you have been introduced to LESS variables, nesting, mixins, esca
2. Use 5 different mixins from the variables.less file in anyway you want throughout the site (Hint, google the CSS properties if you don't know what they do!).
3. Use escaping to create 3 unique media queries using (max-width) with values of 400px, 768px, and 1100px. Use those media queries to change the background color of the web page at those pixel widths.
4. Recreate the CTA button using your own custom mixin that takes values for width, height, and background color.
5. Use a function to lower the opacity of the image inside the cta class.
5. Use a function to change the color of all the heading elements (h1, h2, etc) in the page.

Everything listed here can be completed by studying the documentation here: http://lesscss.org/3.x/#overview

Expand Down

0 comments on commit 0794c48

Please sign in to comment.