Cody Loyd
78308edbfa
update container class to avoid confusion
2021-10-04 14:17:01 -05:00
Cody Loyd
048a33be93
Merge pull request #33 from WoahJo/fix/filename-fix
...
Changed 'index.html' to 'style.css'
2021-10-04 14:04:38 -05:00
Cody Loyd
90f2fcaf71
Merge pull request #37 from Skmyhrm/patch-2
...
Misplaced width ellement added after solving
2021-10-04 12:40:51 -05:00
Cody Loyd
92103c66f0
Merge pull request #44 from TheOdinProject/codyloyd-patch-1
...
remove checklist
2021-10-04 12:39:22 -05:00
Cody Loyd
074e5fab23
remove checklist
...
this is dumb
2021-10-04 12:38:28 -05:00
Cody Loyd
7a6f6fca42
Merge pull request #39 from msespos/fix-punctuation-and-grammar-css-exercises-README
...
Fix punctuation and grammar in css-exercises README
2021-10-04 12:37:53 -05:00
Cody Loyd
7dbe84b2a9
Merge pull request #41 from msespos/fix-punctuation-and-grammar-foundations-READMEs
...
Fix punctuation and grammar in Foundations READMEs
2021-10-04 12:36:30 -05:00
Cody Loyd
18d661438a
Merge pull request #42 from msespos/fix-punctuation-and-grammar-margin-and-padding-READMEs
...
Fix punctuation and grammar in Margin and Padding READMEs
2021-10-04 12:36:04 -05:00
Cody Loyd
93ef8fb7ad
Merge pull request #43 from msespos/fix-punctuation-and-grammar-flex-READMEs
...
Fix punctuation and grammar in Flex READMEs
2021-10-04 12:35:35 -05:00
Mike Esposito
1c396e4d75
Fix punctuation and grammar in Flex READMEs
2021-10-04 10:19:36 -07:00
Mike Esposito
2ff834432c
Fix punctuation and grammar in Margin and Padding READMEs
2021-10-04 10:03:14 -07:00
Mike Esposito
1fac330cb7
Fix punctuation and grammar in Margin and Padding READMEs
2021-10-04 10:02:55 -07:00
Mike Esposito
59fdf6fdbd
Edit punctuation fix in Foundations README
2021-10-04 08:57:26 -07:00
Mike Esposito
b5bf8ec597
Fix punctuation and grammar in Foundations READMEs
2021-10-04 08:53:19 -07:00
Mike Esposito
1a836f03fc
Fix punctuation and grammar in css-exercises README
2021-10-04 08:00:11 -07:00
Skmyhrm
b400688150
Misplaced width ellement added after solving
...
In the exercise Style.css, there was no width element added on the .card selector.
it's only added in the solution, so I think the width element should be moved to under the solution line.
2021-10-04 00:00:50 +03:00
WoahJo
8776067a29
Changed index.html to style.css for file to be edited in README for margin-and-padding-1 in css-exercises
2021-09-28 18:42:40 -04:00
James
6b8a836da5
Merge pull request #23 from TheOdinProject/clarify-instructions
...
Clarifying how to get this repo
2021-09-15 08:01:53 -04:00
James
aba53c82e2
Clarifying how to get this repo
...
Saw that there is a bit confusion in git help channel, and frankly had the same question. Makes sense to clarify.
2021-09-15 07:54:49 -04:00
James
8f9bdb9144
Merge pull request #16 from jbai97/patch-1
...
Added a checklist for the exercises
2021-09-14 20:30:50 -04:00
James
bd3e1fdde8
Merge pull request #18 from TheOdinProject/solution-order-foundations-cdd-methods
...
Changing the order of solution css file
2021-09-14 20:30:00 -04:00
James
c4a0283357
Changing the order of solution css file
...
As learners are reading the requirement for exercises, they will tend to follow the order of requirements listed when styling elements, so it makes sense for the solution to match the same order.
2021-09-14 20:25:54 -04:00
Briggs Elsperger
6a5fb855ca
Merge pull request #13 from aldomanpi/patch-2
...
Fix tag in index.html
2021-09-13 16:39:06 -06:00
Briggs Elsperger
236fe60209
Merge pull request #14 from MonkeyBlues/main
...
add closing bracket
2021-09-13 16:38:55 -06:00
jbai97
8300e0fa26
Added a checklist for the exercises
...
A checklist so people can keep track of exercises they finished if they do not finish the entire exercise file in one sitting.
2021-09-13 15:31:49 -07:00
MonkeyBlues
47c8f1566f
add closing bracket
...
added closing bracket to div on line 15
2021-09-13 20:54:06 +07:00
MonkeyBlues
85e875c90e
add closing bracket
...
added closing bracket to div on line 15
2021-09-13 20:52:06 +07:00
aldomanpi
ee5fdc6182
Fixed tag in index.html
2021-09-13 06:56:11 -04:00
Cody Loyd
bd505802fd
Merge pull request #2 from Ishmam156/fix/css-foundations
...
fixed some typos and minor grammatical changes
2021-09-09 11:20:57 -05:00
Cody Loyd
27fd7a1186
Merge pull request #3 from MfnBacon/patch-1
...
Closed final div
2021-09-09 11:19:55 -05:00
Cody Loyd
3a23a88992
Merge pull request #4 from benjaminhonorio/patch-1
...
Fix typo in self check
2021-09-09 11:19:24 -05:00
Cody Loyd
9fad2446f7
Merge pull request #5 from Utkarsh736/utkarsh736
...
Spelling error fixed
2021-09-09 11:19:11 -05:00
Utkarsh736
eb5458f669
Spelling error fixed
2021-09-09 12:04:43 +05:30
Benjamin Honorio
0dc77d209a
Fix typo in self check
...
Should refer to p instead of div for the odd numbered elements
2021-09-08 23:57:12 -05:00
Cody Loyd
3885e4629a
Update README.md
2021-09-08 19:43:56 -05:00
MfnBacon
f45be5f4b8
Fix to index.html
...
Added missing closing bracket on final div. (Sorry if this is the wrong way to do this, I'm new and here on assignment from The Odin Project.)
2021-09-08 16:13:05 -05:00
Ishmam Chowdhury
f2607e97e2
fixed some typos and minor grammatical changes
2021-09-08 18:41:30 +06:00
Cody Loyd
f7b0d534f6
Merge pull request #1 from thatblindgeye/css-foundations
...
Add exercise instructions for css foundations
2021-09-06 10:31:29 -05:00
thatblindgeye
19dc8900dd
Merge remote into local
2021-08-30 18:14:05 -04:00
Eric
d7b2b79fcc
Add outcome image
2021-08-30 17:58:51 -04:00
thatblindgeye
1401f2e477
Add solutions and templates for final exercise
2021-08-30 17:54:33 -04:00
Eric
b23b1ba593
Add outcome image
2021-08-29 19:34:44 -04:00
Eric
7d2385fe7e
Add outcome image
2021-08-29 19:34:07 -04:00
Eric
fe77c12d4e
Add outcome image
2021-08-29 19:33:13 -04:00
Eric
83952eed97
Add outcome image
2021-08-29 19:32:38 -04:00
Eric
8bde698435
Add outcome image
2021-08-29 19:31:45 -04:00
thatblindgeye
2d28ef122a
Add solutions and templates
2021-08-29 19:22:54 -04:00
thatblindgeye
0e88bd4010
Add exercise instructions for css foundations
2021-08-28 18:25:48 -04:00
Cody Loyd
20127ae509
Update README.md
2021-08-24 12:26:24 -05:00
Cody Loyd
21fef7a831
Merge branch 'main' of github.com:TheOdinProject/css-exercises
2021-08-24 12:22:52 -05:00