55 Commits

Author SHA1 Message Date
mat-95
54a2c47818
06 Flex layout: Fix spacing in desired outcome image (#571)
Update desired-outcome.png to match solution code.

Close #570
2024-07-04 11:35:15 +01:00
zhangsherry
aa74e3089d
Fix issue left by commit 061fe0a: delete margin (#536)
Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well.
2024-04-25 12:36:22 +01:00
zhangsherry
c8a75cbf2a
Update README.md for consistency with solution.css (#537)
Since commit 65b831b changed `container`'s padding,
the instruction of padding in `README.md` should be changed as well.
2024-04-25 12:33:52 +01:00
coder09dev
65b831bd01
07-flex-layout-2: Add gap to container class instead of adding margin to card class in solution.css (#501)
* Add gap to container instead of adding margin to card

* Increasing gap to 32px

* Increase padding in container class
2024-03-13 14:50:48 +00:00
Júlio César
d029af939d fix: links not leading to desired url 2024-02-28 12:37:44 -03:00
Kat
7d2d213b85 Edit disclaimer to be more general 2024-02-09 21:12:16 -05:00
Kat
f1e661a9e0 Add disclaimer that emoji formatting is not relevant in Desired Outcome 2024-02-07 14:17:45 -05:00
Keshav K
aba174459a 02-flex-header: Added a note, letting users know that matching the font isn't desired 2024-01-20 18:28:01 -08:00
Keshav K
b57e48a828 match the solution font with the desired image 2024-01-20 18:28:01 -08:00
SupraSensum
061fe0abaa Replace margin with gap
- This is to keep with the flex spirit
- Another solution might instead be to nest .input and .buttons into
   their own container, then apply the gap property to that container.
   This solves the visually uneven spacing between <img> and .input
2023-08-11 14:20:16 -03:00
Jack Lingle
8730075a63 tweak comment in solution.css 2023-06-08 14:54:22 -04:00
Jack Lingle
af08d0a39b update solution files to show changes in divs 2023-06-03 13:30:05 -04:00
Badiuzzaman
20086b657b cursor and border added to button
`cursor: pointer` property added to global button.  `close-button` class now has two new property to achieve design goal.
2023-05-02 22:10:33 +06:00
Badiuzzaman
05dfb0c45d div replaced with button element 2023-05-02 22:07:00 +06:00
Eric Olkowski
db23fc7309
Merge pull request #274 from Torelli/patch-2
Fix exercise description
2023-02-11 07:34:46 -05:00
Arjun
ea9fb9815f Move Border box to the non solution part 2023-01-31 12:57:09 +05:30
Arjun
befceeb1e9 🔲 Fix inconsistency in solution with correct formatting 2023-01-30 11:40:47 +05:30
Arjun
03f4e594a8 Revert "🔲 Fix inconsistency in solution"
This reverts commit 960fd765722b25f2dc7df2063bc129895c920fa6.
2023-01-30 11:21:03 +05:30
Arjun
960fd76572 🔲 Fix inconsistency in solution 2023-01-27 07:22:49 +05:30
Giovanni Torelli
56d22eeb63
Update flex/03-flex-header-2/README.md
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
2023-01-23 16:20:41 -03:00
Giovanni Torelli
bbf0c9f202
Fix exercise description
In the previous exercise we already had to nest a flex container inside of another, so this is not the first time we are doing it.
2023-01-11 18:05:51 -03:00
Sai Nayunipati
0713c6fe01 Add missing question mark to html files
And update the desired-outcome.png
2022-07-29 09:55:14 -04:00
Amanda Brunelli
1a409ecd1e Add alt text 2022-07-22 12:15:28 -03:00
maznevskia
3b4ebbfde5 Removed extra space from style.css 2022-06-30 11:42:30 +02:00
Micosaur
e4c395ca19 Fix all broken links 2022-03-24 06:03:41 -07:00
Micosaur
fb9971baf5 Fix all broken links 2022-03-24 05:58:56 -07:00
Scoozy
73a0b5ee4f
Merge branch 'main' into main 2022-03-14 15:17:47 -05:00
Satika Jayawardena
62d09b3adf
Fix typo in 04-flex solution: extra semicolon 2022-02-23 23:04:41 +08:00
ZebraMilk
04bf4da6d1 Add indents to <body> and <head> tags in all exercises 2022-01-30 12:16:13 -06:00
Eric Olkowski
d147377ce4
Merge pull request #119 from scheals/fix/solution-in-04-flex-information
04 flex information: fix the solution to fit the self-check
2022-01-24 19:38:00 -05:00
scheals
d6e658d0ef Make solution fit the self-check 2022-01-24 12:42:43 +01:00
scheals
16379dbfbc
Refine wording of the hint
Remove a step of abstraction about cards "knowing" so the hint directly references defining space of cards.

Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
2022-01-24 12:08:23 +01:00
scheals
2d36af0848
Change wording of the hint
This is to avoid the wrong idea that flex-wrap without defined space of items it affects is working "incorrectly".
2022-01-23 21:34:34 +01:00
scheals
38c97c00b9 Add hint about cards requiring defined space 2022-01-23 21:13:03 +01:00
scheals
c2ee35ca7d
Change wording from underscore to underline
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
2022-01-22 16:38:54 +01:00
scheals
87fd0153ee Add hint towards searching for styling links 2022-01-18 17:10:44 +01:00
Cody Loyd
259bc818bc
Merge pull request #99 from seidbar/main
Remove redundant line
2022-01-12 13:20:49 -06:00
seidbar
ccbf099882
Remove redundant line 2022-01-07 12:27:46 +01:00
Alex Kaminetzky
372abdcf5f
Capitalize a letter at the beginning of a title 2022-01-06 21:38:25 -05:00
StayinHazey
64bf6b1687 Fixed Typo, accidental 2nd ; on align-items 2021-11-19 11:24:14 -07: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
Mike Esposito
1c396e4d75 Fix punctuation and grammar in Flex READMEs 2021-10-04 10:19:36 -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
Cody Loyd
3885e4629a
Update README.md 2021-09-08 19:43:56 -05:00
Cody Loyd
93f3fee65a rename directories 2021-08-24 12:22:46 -05:00
Cody Loyd
8036b67d5c add holy-grail 2021-08-24 10:59:06 -05:00
Cody Loyd
10714f947c move solutions around 2021-08-24 10:03:48 -05:00
Cody Loyd
51afc97c19 add solutions 2021-08-24 08:32:36 -05:00
Cody Loyd
a7067c9b9c add info solution 2021-08-24 08:08:34 -05:00
Cody Loyd
9f4df0c0b2 add layout 2021-08-23 16:24:45 -05:00