Commit Graph

144 Commits (b6cc94edba46550940806930393645ff262f95df)

Author SHA1 Message Date
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
Amoo Olusola Simeon f1311cd80a Corrected some typo errors. (#21170)
Corrected some typo errors in the document.
2018-11-30 23:21:00 -08:00
Tony Scialdone e9e85395fb Update index.md (#23532)
Added bit about using single or double quotes
Removed extra line breaks
2018-11-29 17:23:47 -05:00
Jeffrey Camphens b5bef94354 Added warning about will-change (#23646)
* Added warning about will-change

Sounds like an easy performance improver right? It won't hurt mentioning that this should be used with some leven of caution.

* Added 'Tip' to change
2018-11-28 19:50:13 -05:00
Danuta Cybulska 8afccdb691 Add recommend. (#22721)
I recommend that you also look at the blog [CSS-Tricks](https://css-tricks.com/snippets/css/).
2018-11-28 19:47:32 -05:00
Dallin Reeves 10ba73b42d Added section on importing fonts from Google (#22888) 2018-11-28 08:33:18 -07:00
Stefan d1198ddf55 Edited copy for flow (#23639)
I made some minor editions to the introductory section, and I tweaked the second list item under ### And beyond!
2018-11-27 18:48:14 -05:00
Gerald Ooi 84083d8993 Add useful colors tools (#22868) 2018-11-27 11:53:33 -07:00
Tristan Michael Lawrence cbb7ffb29e added a visualization reference for CSS learners (#22830) 2018-11-27 08:35:04 -07:00
laolmstead a9d43632f2 Update Border-Radius section (#25703)
Explain how border-radius is interpreted if only 2 values are provided.
2018-11-27 20:56:12 +05:30
Griffin Gaeth a3dd30b4c5 Replaced images that wouldn't load, added source (#20681)
PM me if these do not meet the needs of the course. #Hacktoberfest2018
2018-11-26 09:34:16 -08:00
Tony Scialdone 1772cc56a7 Added more complex border-radius example (#23555) 2018-11-26 05:53:23 -05:00
Adhiraj d7dcff137c fixed typos, added additional information (#22204)
added historical context
added reference to wikipedia
2018-11-26 04:55:46 -05:00
Tom K c5639a0105 Add another link to MDN for more in-depth info (#23576)
Please provide a link to MDN so that readers can explore more information regarding CSS Colors.
2018-11-26 03:22:43 -05:00
Pixelposh f5cd5cd715 Added a CSS syntax and Example 2018-11-26 16:22:56 +09:00
Przemek e4d12252f9 Added CSS logo image (#22699)
* Added CSS logo image

* added alt text for accessibility

* added smaller css image
2018-11-25 11:22:37 -07:00
Kaitlyn 6619c0bf00 Started (#25531)
Just wanted to get this one started!
2018-11-25 01:11:53 -08:00