Mewael K
5fd020fa4f
Added the title ( #28611 )
2019-03-10 23:28:40 +01:00
Mewael K
0c3ac0e894
Added description and instructions ( #28619 )
2019-03-10 23:14:02 +01:00
Sebastian Alcantara
ae8e43b174
Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle ( #27584 )
...
* Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle
* Changed title of "Description" section to "Descripción"
2019-03-10 23:08:13 +01:00
Ulises Ibarra
e8ff81210c
Change 'ancho' to width in CSS only ( #27556 )
...
For the correct CSS property in English
2019-03-10 23:07:55 +01:00
Ulises Ibarra
34df551a8c
Fixed mistakenly translated CSS example ( #27060 )
...
Changed the id and property
2019-03-10 23:01:37 +01:00
Sebastian Alcantara
9e5c692d79
change-the-font-size-of-an-element.spanish.md - Corrected the code text of the example and made some translation improvements ( #27562 )
...
The CSS keywords of the example were in spanish. Fixed that, and made some general improvements of the translation.
2019-03-10 22:52:31 +01:00
Dana Ottaviani
0a2aa3dcfa
feat: add solution to accessibility challenge ( #35553 )
...
* feat: add solution to accessibility challenge
* Remove space before closing `time` tag
Co-Authored-By: Dana94 <dana.ottaviani@gmail.com >
2019-03-10 11:09:57 -07:00
Adrian Skar
97a74b68e8
[Guide] ES6: Prevent object mutation; fixes and enhancements ( #34649 )
...
* [Guide] ES6: Prevent object mutation; fixes and enhancements
- Remove phantom image
- Remove notes for contributors
- Change explanation and hints.
- Links to markdown
* Changed as requested
Changed titles as requested by @randelldawson.
Note: I'm just used to [MDN](https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide#Page_titles ) and other language styles and though it was clearer. Is it ok now for this guide?
* fix: removed repl.it link
2019-03-10 11:07:48 -07:00
ldmaroni9
992c39f7a3
Removal of off-place characters ( #24709 )
...
Removed three characters that were surely put by mistake, "[##" appeared before an icon.
2019-03-10 09:52:40 -07:00
The Coding Aviator
f991a487a1
Added solution to D3: Add axes challenge ( #34243 )
...
* Update index.md
* Update index.md
2019-03-10 09:42:27 -07:00
Parul
df3a4db5ba
Added info on label element ( #30506 )
...
* Added info on label element
Added information on the label element of a form and how to use the label element with a particular input element.
* Capitalization
2019-03-10 21:55:18 +05:30
Haris
e13d795cff
Update index.md input attribute ( #30987 )
...
Fix several syntax and sentence errors.
2019-03-10 21:08:49 +05:30
Amit Poonia
5babc47b2c
Added command to removed unused data ( #30665 )
...
Added docker system prune command, which removes all unused data.
2019-03-10 08:29:13 -07:00
Tedo Haris Chandra
ce03b5ccdc
Help to add two kinds of Input Type Attribute , There are date and fi… ( #29932 )
...
* Help to add two kinds of Input Type Attribute , There are date and file input type.
* Capitalization
2019-03-10 20:57:05 +05:30
Jonathan Neidel
95aacb6c02
Update challenge descriptions with code tags ( #35539 )
...
* Update challenge descriptions with code tags
Updates multiple challanges in the category: Information Security with
HelmetJS
* Fix(wording): security with helmetjs
Co-Authored-By: jneidel <github@jneidel.com >
2019-03-10 08:21:12 -07:00
Yash Srivastava
e91089ccd6
Added Background Attachment details. ( #30016 )
...
* Added Background Attachment details.
Added the information on how to use background-attachment css property
* Added Background Attachment details
added the use of background-attachment property of css
* Add code formatting and reword
2019-03-10 19:30:11 +05:30
Justin Parado
a5957dea75
Added link to official BS4 documentation ( #30836 )
2019-03-10 16:57:33 +05:30
smokiebacon
fe09fdbc30
added a tiny explanation of constructor(props) ( #32279 )
...
* added a tiny explanation of constructor(props)
* Formatted properly
2019-03-10 16:48:37 +05:30
Saka Sai Trinath
bc1211680e
Inserted other updated way of installation of CRA ( #25162 )
...
* Inserted other updated way of installation of CRA
Now, the documentation of react showing the example "npx create-react-app my-app" because it is made easy from npm 5.2+.
* Bifurcation of different methods
2019-03-10 16:43:31 +05:30
Wisawa Ploypradub
56e8e37487
Add instruction of installation docker for CentOS ( #32449 )
2019-03-09 10:14:18 -07:00
Mukesh Dasari
5fa311d05e
Updated Ubuntu installation guide ( #28477 )
2019-03-09 10:10:35 -07:00
Francois
785b60cf15
Update index.md ( #26965 )
...
Added Kitematic information section.
2019-03-09 09:47:57 -07:00
The Coding Aviator
76a400887c
Added solution to Learn about Complementary Colors ( #34347 )
...
* Update index.md
* Update index.md
* fix: changed css to html
2019-03-09 06:50:13 -08:00
Randell Dawson
49db42ba2b
fix(curriculum) Replace <code> with <blockquote>for code sections ( #35442 )
...
* fix: reformatted code and moved instructions
* fix: replaced code with blockquotes
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: made a few recommended changes of text
* fix: moved </blockquote> to new line
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: removed extra space
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: added the word The before code tag section
2019-03-09 08:49:19 -06:00
The Coding Aviator
ae703e000e
Added solution to grid-areas challenge ( #34685 )
...
* Update index.md
* Added full solution
* Fix language
2019-03-09 06:47:19 -08:00
The Coding Aviator
193e708165
Added solution to Use display: flex to Position Two Boxes ( #34520 )
...
* Update index.md
* Update index.md
2019-03-09 06:44:44 -08:00
The Coding Aviator
5bc2ceac97
Added solution to Add Flex Superpowers to the Tweet Embed challenge ( #34542 )
...
* Update index.md
* Add full solution
2019-03-09 06:43:16 -08:00
The Coding Aviator
28ea71d603
fix(guide): Fix solution for style multiple elements and remove stub text ( #35530 )
2019-03-09 06:33:51 -08:00
The Coding Aviator
ddf2c993f5
Added solution to make typography responsive challenge ( #34289 )
...
* Update index.md
* Add full challenge
2019-03-09 06:24:30 -08:00
The Coding Aviator
526e3331c6
Added solution to Change an Element's Relative Position ( #34281 )
...
* Update index.md
* Add full solution
2019-03-09 06:12:14 -08:00
The Coding Aviator
dd9566e96e
Improved change the color using CSS guide article ( #34284 )
...
* Update index.md
* Update index.md
2019-03-09 06:10:54 -08:00
The Coding Aviator
e3ee778c07
Added solution to use the s tag to strikethrough text ( #34290 )
...
* Create index.md
* Corrected title
* Update index.md
2019-03-09 06:08:59 -08:00
The Coding Aviator
ed96df3be4
Added solution to create visual balance challenge ( #34304 )
...
* Update index.md
* Added correct language
* Update index.md
2019-03-09 06:07:39 -08:00
The Coding Aviator
65f58cf9c7
Added solution to Move a Relatively Positioned Element with CSS Offsets ( #34305 )
...
* Update index.md
* Update index.md
2019-03-09 06:05:30 -08:00
The Coding Aviator
076c604f59
Added solution to Lock an Element to its Parent with Absolute Positioning ( #34317 )
...
* Update index.md
* Update index.md
2019-03-09 06:04:32 -08:00
The Coding Aviator
2d07699cd6
Added solution to Lock an Element to the Browser Window with Fixed Positioning ( #34318 )
...
* Update index.md
* Update index.md
2019-03-09 06:03:18 -08:00
The Coding Aviator
4c4b7cc2cf
Added solution to Center an Element Horizontally Using the margin Property ( #34346 )
...
* Update index.md
* Update index.md
2019-03-09 06:01:39 -08:00
The Coding Aviator
7825751bdf
Added solution to Adjust the Tone of a Color ( #34397 )
...
* Update index.md
* Update index.md
* Update index.md
* Update index.md
2019-03-09 06:00:18 -08:00
The Coding Aviator
e26988bd8c
Fixed formatting, removed unreliable links and added solution to Create a Gradual CSS Linear Gradient ( #34416 )
...
* Update index.md
* Update index.md
2019-03-09 05:59:15 -08:00
The Coding Aviator
19e48b3dc8
Added solution to create a striped element challenge ( #34431 )
...
* Update index.md
* Update index.md
2019-03-09 05:57:28 -08:00
The Coding Aviator
3c1c8950b8
Added solution to Use the CSS Transform scale Property to Scale an Element on Hover ( #34466 )
...
* Update index.md
* Update index.md
2019-03-09 05:56:31 -08:00
The Coding Aviator
1e2e95612c
Added solution to Use the CSS Transform scale Property to Change the Size of an Element ( #34442 )
...
* Update index.md
* Added full solution
* Update index.md
2019-03-09 05:55:40 -08:00
The Coding Aviator
1c919b64a9
Added solution to Create Visual Direction by Fading an Element from Left to Right challenge ( #34509 )
...
* Update index.md
* Update index.md
2019-03-09 05:54:05 -08:00
The Coding Aviator
0c1fcf534d
Added solution to Use grid-area Without Creating an Areas Template ( #34851 )
...
* Update index.md
* Added full solution
* Update index.md
* Update index.md
2019-03-09 05:52:20 -08:00
Christine Duane
a8c6845854
Add darken, lighten and if function ( #28715 )
...
Fix casing, add if function, cite source
2019-03-09 17:11:13 +05:30
James Hogan
eddf9063fc
Add extend/inherit and operator definitions ( #28490 )
...
* Add extend/inherit and operator definitions
* Update index.md
2019-03-09 16:35:05 +05:30
Hector Portillo
5b79aba887
Updating Mixins block ( #28234 )
...
* Updating Mixins block
* Added languages
2019-03-09 16:17:56 +05:30
Ryan Fuhrman
ee2c7bd7c3
Clarifying adjacent JSX elements ( #30447 )
...
Added more information and clearer code examples of how to correctly create a JSX element with adjacent tags.
2019-03-09 15:16:45 +05:30
Lauren Tingler
e643227efa
Grammar correction (lines 40 and 42) ( #30699 )
...
* Grammar correction (lines 40 and 42)
Removed unnecessary capitalization.
* Capitalize H of hexadecimal
2019-03-09 15:15:27 +05:30
Kyle Polson
de7312cf83
Changed tag to element as its easy to understand ( #27543 )
...
* Changed tag to element as its easy to understand
* Minor grammar fixes
2019-03-09 15:01:24 +05:30