Tasks 01-05 Done#173
Open
TetraMeister wants to merge 5 commits into
Open
Conversation
devmentor-pl
approved these changes
Dec 29, 2025
Owner
devmentor-pl
left a comment
There was a problem hiding this comment.
Łukaszu,
Całość prezentuje się bardzo dobrze 👍
Bez większych uwag :)
| border-bottom-color: transparent; | ||
| border-bottom-color: transparent; | ||
|
|
||
| shape-outside: polygon(100% 0, 0 100%, 0 0); |
| ". c b ."; | ||
| grid-template-columns: auto minmax(auto, 600px) minmax(auto, 600px) auto; | ||
| grid-template-rows: repeat(2, 50vh); | ||
| } |
|
|
||
| .t p { | ||
| column-count: 2; | ||
| } No newline at end of file |
|
|
||
| .p, | ||
| .t, | ||
| .v { |
| column-count: 1; | ||
| column-rule: 1px solid black; | ||
| text-align: justify; | ||
| } No newline at end of file |
| a { | ||
| text-decoration: none; | ||
| color: inherit; | ||
| } No newline at end of file |
| <side class="v">V</side> | ||
|
|
||
| <main class="t"> | ||
| <p> |
Owner
There was a problem hiding this comment.
Jeśli mamy tak dużo tekstu to dodałbym scrolla pionowego, aby treść nie wychodziła poza element lub nie dawał konkretnej wielkości dla niego, a pozwolił na rozpychanie -obecnie body ma 3x100vh i to ogranicza tekst.
| </ul> | ||
| </nav> | ||
|
|
||
| </body> |
|
|
||
| </body> | ||
|
|
||
| </html> No newline at end of file |
| "s-second" | ||
| "foot"; | ||
| grid-template-rows: 100px calc(100vh / 2 - 100px) calc(100vh / 2 - 100px) 100px; | ||
| } No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
W Task04 trochę się zakręciłem dlatego zrobiłem v2 z poprawną, prostszą strukturą (potem w tasku05 mi się udało wykorzystać tą strukturę którą miałem na myśli w task04). Daj znać proszę czy taka forma zadania jest akceptowalna :D