Commit Graph

177 Commits (a62a30ce634c571ea31ee9c5e7750d7b8a004eae)

Author SHA1 Message Date
Travis Benfield 328710238e General formatting (#33042) 2018-12-19 08:18:32 -06:00
elisa-mamolo 6d32e9f045 Added 2 links 1. flexbox creator 2.game to learn (#25043)
* Added 2 links 1. flexbox creator 2.game to learn

I have found those two resources an easy way to deal and learn how to use flexboxes and hope they can be useful also for others

* Removed unsecure link, formated section
2018-12-19 03:03:43 -05:00
Adekanye Timilehin ebe5ac865e More information added on Hexadecimal colors (#24850)
* More information added on Hexadecimal colors

* Added code formatting, reordered changes
2018-12-19 02:21:00 -05:00
Hamzah Gani 8217c89617 added a final example for more clarity (#33379)
* added a final example for more clarity

* fix: fixed formatting
2018-12-16 19:59:37 -08:00
azrap 7b0d1ab74a further clarified the purpose of alt text (#32926)
* further clarified the purpose of alt text

* fix: removed redundant content
2018-12-16 19:59:14 -08:00
Imam Wahyudi 10aad759db Image Sprites (#30972) 2018-12-16 19:42:16 -08:00
Ateeb Raza 1231b416c7 Corrected a small grammatical mistake(added of) (#30124) 2018-12-16 19:34:32 -08:00
TariqAijaz 87fbfbc3ed Added details to this article (#27842)
More info about CSS images.
2018-12-16 19:34:06 -08:00
Kristen Kinnear-Ohlmann a355c80e45 Corrected sentence fragments (#25206)
Corrected sentence fragments on line 8 and line 42.
2018-12-16 04:56:13 -05:00
CJ Wright 77d2e5e755 Update ID selector with basic information. (#23865)
* Update ID selector with basic information.

* Fixed typos, formatting, grammar
2018-12-14 22:15:42 -05:00
Chris Hyatt 2d91d624f4 Update index.md (#32633)
Minor punctuation cleanup
2018-12-14 14:23:15 -08:00
ayerest 5a2f2259cd Minor text edits (#31910)
* Minor text edits

Fixed a typo in line 7 - updated colour to color for consistency.

* Update index.md
2018-12-14 13:58:56 -08:00
AlphaBatzarro 8c3935222a Added two more color tool urls for designers (#23515) 2018-12-14 14:56:59 -07:00
Aris Karatarakis 042944c3da change available colors number and URL (#28166)
140 → 147 available colors
changes relevant link from w3schools.com to w3.org
2018-12-14 13:00:27 -08:00
David Gunner (Jnr) f67c7cf2cd Added TOC to index.md (#28015)
Added a table of contents to index.md for easier user navigation, the user is now able to jump to the relevant section of interest.
2018-12-14 12:57:55 -08:00
Prajwal Bajracharya 810d6d3985 Describe rem unit for font-size (#27071) 2018-12-13 09:25:00 -06:00
Blue" Jay Matthews a68d893378 Added clarification about the difference between italic and oblique (#26920)
* Added clarification about the difference between italic and oblique

* update grammar/remove parenthesis
2018-12-13 09:10:14 -06:00
David Way 012e93154b Adjust css examples formatting (#26127) 2018-12-12 23:03:03 -06:00
Toni Tesori 487bd8fc71 Improved formatting, updated links, clarity edits (#25899)
Added code formatting to property names. Removed redundant section listing background properties, as each is explained in detail above. Added MDN reference for background property. Updated links to more relevant resources.
2018-12-12 21:01:25 -06:00
majorkira 2cb8804320 Update index.md (#26084)
Some wording and grammar changes in the descriptions.
2018-12-12 20:59:32 -06:00
Sai Kiran 3362da66dc Add the "Multiple Backgrounds " section (#25910)
Multiple backgrounds section has been added to the article with repective css
2018-12-12 20:56:21 -06:00
JP Rowan 5ef77a0181 Added abbreviated HEX value for color. (#24746)
For consistency, used white as an example for all 4 examples.
2018-12-12 18:48:09 -08:00
ninjahellokitty 85afde04e5 Rectify layout errors (#23904)
to make it readable and understandable
2018-12-12 20:47:13 -06:00
JKarlavige 9b444806fc Added clearfix (#25214)
Added clearfix for parent elements.
2018-12-12 20:46:46 -06:00
Iva 9f1fc32cf4 Add section on mixins (#25201) 2018-12-12 20:41:03 -06:00
Jeffrey Camphens 6671151e03 Propose the usual way of styling buttons (#23657)
I thought it'd be useful if we show the reader how we can create both normal and link buttons without much hassle.
2018-12-12 20:33:33 -06:00
Dan Harding b1145350a8 Fixed Minor Spelling Errors and Added a Resource (#24717) 2018-12-12 18:29:44 -08:00
Toni Tesori 436d2d12e2 Clean up formatting and edit for clarity (#25885)
Added code formatting to property names, changed 'attribute' to 'property' where applicable, and slightly edited text for clarity/conciseness.
2018-12-12 20:13:47 -06:00
Kaitlyn aab0e246c7 Border Radius is already explained above this list. (#25475) 2018-12-12 19:57:33 -06:00
Krevit c14653a86c Add comment to article (#25498)
Comment added to css example for multiple background images - /* first image is 3x3 px, second image covers the whole area */
2018-12-12 19:38:36 -06:00
Toni Tesori 49ff2b47ab Formatting improvements, edits for clarity. (#25915)
Improved formatting for clarity, added brief information on 'rem' unit, added link to MDN reference on CSS units, clarified section on font-variant/small-caps.
2018-12-12 08:49:27 -06:00
Kaitlyn 6d656e4c62 <Generic-Name> wasn't view-able in doc. (#25487)
Hope this hasn't already been mentioned, thanks!
2018-12-12 07:35:19 -06:00
Ruphaa Ganesh 75125099bb Add CSS Animation link (#24518)
* Add CSS Animation link

* Fixed formatting
2018-12-12 05:48:45 -05:00
Ruphaa Ganesh b6cc94edba Add CSS transitions explanation link (#24505) 2018-12-12 05:48:18 -05:00
ninjahellokitty 7b8fcea94e Update focus selector for input (#23851)
* Update index.md

* Add code formatting
2018-12-11 19:19:48 -05:00
ninjahellokitty 6163d7a0c0 Update with Font Library (#23894)
* Update with Font Library

* Moved to "more information"
2018-12-11 18:39:16 -05:00
Kaitlyn 154b6950ab Position property descriptions (#25504) 2018-12-10 22:05:47 -06:00
Cindy Yates 8ca7abd3f6 Remove duplicate information (#27163)
Minor formatting and removal of information listed more than once in the article
2018-12-09 16:34:09 -08:00
Rufaro Madamombe 8f20aaf0b9 Change plain text in sample code to be comments (#26703)
In the sample CSS code, there were some notes to add some additional explanation on the code. Changed those notes to be code comments so that if a person copies and pastes the code samples then they will not face any errors since the notes are valid comments in code instead of being plain text which can't be interpreted.
2018-12-09 16:20:43 -08:00
Igor bf3d5854f4 fixed indentation (removed tab) (#32173) 2018-12-09 16:06:10 -08:00
LYES_BOUH@RI d61dba9110 Add more details (#28466)
* Add more details

* fix: capitalized opacity
2018-12-09 16:03:30 -08:00
LYES_BOUH@RI 85d40a3b9a Update definition (#28464) 2018-12-09 15:45:35 -08:00
ir3ne b9d01d13e6 add hex alpha (#25260) 2018-12-09 15:36:03 -08:00
komallapalli 54eef30dad css tutorial (#33706)
it contains all from basic level to high level
2018-12-09 10:37:34 -06:00
mvtej 0924a5ed34 Update index.md (#33264)
I have added links to each of the popular CSS frameworks mentioned in the index.md file.
2018-12-09 10:28:06 -06:00
Donté Taylor 1a12a567a0 Add language to further elaborate on frameworks (#33148) 2018-12-09 10:17:55 -06:00
aizelagustino 7b3ebcb76c Formatted suggested reading as unordered list (#33031) 2018-12-09 10:17:07 -06:00
panicbasket 7e0455688e Capitalized "HTML" and "FreeCodeCamp (#28764) 2018-12-09 09:59:59 -06:00
Aathil Ahamed 9ae9e9c0d7 CSS.md (#28609)
* CSS.md

Add sample codes and more information about CSS

* update CSS.md

Typo mistakes corrected
2018-12-09 09:51:06 -06:00
Lakeshia Williams eeb66d2c4e added MDN CSS site to sug. reading (#27178) 2018-12-09 09:26:57 -06:00