Commit graph

7 commits

Author SHA1 Message Date
NateTewolde
dd6b001a1e
Remove a duplicate line of code from solution.css
There is a text-align:center in the .container block under the /*SOLUTION*/ comment when there is already a text-align:center within the original .container block on line 7.
2022-06-05 13:09:35 -07:00
DragunovVelimirovic
0c62902d0c
Pruning code by combining selectors
Both selectors were doing the same thing and were right next to each other, figured it may be cleaner to consolidate the code by combining the selectors.
2022-03-29 10:54:04 -03:00
ZebraMilk
04bf4da6d1 Add indents to <body> and <head> tags in all exercises 2022-01-30 12:16:13 -06:00
Daniel Murphy
ce84a0ce51 Simplify solution 2022-01-12 19:37:15 -05:00
Daniel Murphy
aebe42c8c7 Update exercise 3 CSS 2022-01-12 17:18:49 -05:00
Daniel Murphy
b21592b94c Add solution.css 2022-01-10 17:36:25 -05:00
Daniel Murphy
824e0bb8e2 Add HTML solution 2022-01-10 17:29:58 -05:00