Commit Graph

160 Commits (e3eeafb601b4411598862817f95a6b009592f142)

Author SHA1 Message Date
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
Hawkings296 d1147b3765 Added a line of text (#27067)
Line 15.
2018-12-09 09:18:08 -06:00
darkcomet76 d7293baff3 Added suggested reading in index.md (#25406)
Added the Odin Project's HTML+CSS course as suggested reading.
2018-12-09 09:05:07 -06:00
UrszulaSury 49487788e3 Changes and additions to the article. (#25218) 2018-12-09 09:04:06 -06:00
Deepesh Ludhyani cc5944d623 Additional book reference added to learn CSS (#24752)
* Additional book reference added to learn CSS

* add link to book
2018-12-09 08:48:53 -06:00
Donald Maness 66331b5385 Make size plural (#23768) 2018-12-09 00:50:57 +07:00
Jessica Swift 26e8e593c1 Add back `` (#24651)
Added a few `` for an easier read of the article.
2018-12-08 18:42:15 +05:30
Danuta Cybulska 5a5cc8f696 Add link (#23952)
* Add link

### Exercises
I suggest working out while playing the game [Flexbox Froggy](http://flexboxfroggy.com)- [Guide](https://github.com/thomaspark/flexboxfroggy)

* Re-added deleted link
2018-12-08 03:07:02 -05:00
Danuta Cybulska 38898201d9 Add link to exercises (#23964)
* Add a place to exercise

#### Execirses
I suggest working out while playing the game [Grid Garden](https://cssgridgarden.com) - [Guide](https://github.com/thomaspark/gridgarden).

* Moved change to More Resources
2018-12-08 02:58:48 -05:00
Nick Trahan 88eb6f0031 Very small text correction (#24699) 2018-12-07 20:11:36 +05:30
Nick Trahan 6590ccd536 Small grammar update (#24687) 2018-12-07 20:05:59 +05:30
Manas Khurana 5bd189d8d3 Grammatical Errors + missing syntax highlighting (#23610) 2018-12-07 04:12:31 -05:00
Paulo Kinopk f662f0ef9b fixed CSS code examples (#23531) 2018-12-07 04:04:06 -05:00
vedanthv 9f4534540e Added some info(class vs id selector) (#24110)
* Added some info(class vs id selector)

* Reordered change, fixed formatting
2018-12-06 17:44:18 -05:00
Robert Samu 784136b086 Updated missing box-model example (#24018) 2018-12-05 23:33:50 -05:00
Nihar Raote d157077337 Added new article in CSS (#22674)
* Added new article in CSS

* Constructed sentence in a better way

* fix(guide): rephrase sentence for clarification
2018-12-05 15:59:14 -08:00
Kaung Myat Thu e33f06348d fixed typos (#29352)
* fixed typos

* fixed typos 

guide/english/design-patterns/object-oriented-programming/index.md

* fix typos

* fix typo css preprocessor index.md
2018-12-05 15:41:06 -08:00
Tony Scialdone b88d7a74e0 Add rem unit to font-size (#23533) 2018-12-04 17:56:21 -06:00