-
Notifications
You must be signed in to change notification settings - Fork 100
Игнатенко Алексей #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Alexxxir
wants to merge
7
commits into
urfu-2018:master
Choose a base branch
from
Alexxxir:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,104 @@ | ||
| @font-face | ||
| { | ||
| font-family: old-font; | ||
| font-display: auto; | ||
| src: url(fonts/font.ttf); | ||
| } | ||
|
|
||
| body | ||
| { | ||
| min-width: 900px; | ||
| } | ||
|
|
||
| h1 | ||
| { | ||
| font-family: old-font, cursive; | ||
| text-align: center; | ||
| font-size: 80px; | ||
| } | ||
|
|
||
| h2, | ||
| h3 | ||
| { | ||
| font-family: old-font, cursive; | ||
| text-align: center; | ||
| border-bottom: 2px solid #000; | ||
| } | ||
|
|
||
| .size:checked ~ .site-info | ||
| { | ||
| zoom: 2; | ||
| } | ||
|
|
||
| .dark:checked ~ .site-info | ||
| { | ||
| background-color: black; | ||
| color: white; | ||
| } | ||
|
|
||
| .font-style:checked ~ .site-info | ||
| { | ||
| font-family: 'Droid Sans Georgian', cursive, 'Noto Serif Armenian'; | ||
| } | ||
|
|
||
| p::first-letter | ||
| { | ||
| font-family: cursive; | ||
| font-size: 50px; | ||
| } | ||
|
|
||
| p | ||
| { | ||
| border-bottom: 2px solid #000; | ||
| hyphens: auto; | ||
| } | ||
|
|
||
| img | ||
| { | ||
| width: 500px; | ||
| height: 600px; | ||
| } | ||
|
|
||
| .vert-text | ||
| { | ||
| writing-mode: vertical-lr; | ||
| text-orientation: upright; | ||
| text-transform: uppercase; | ||
| min-width: 40px; | ||
| padding-top: 20px; | ||
| } | ||
|
|
||
| .text-cont | ||
| { | ||
| display: flex; | ||
| outline: 4px solid #000; | ||
| } | ||
|
|
||
| .text-cont > div | ||
| { | ||
| padding: 0 8px 8px; | ||
| border-right: 2px solid #000; | ||
| border-bottom: 2px solid #000; | ||
| } | ||
|
|
||
| div.wide | ||
| { | ||
| width: 50%; | ||
| } | ||
|
|
||
| .text-cont div:last-child | ||
| { | ||
| border-right: none; | ||
| } | ||
|
|
||
| .columns | ||
| { | ||
| column-count: 2; | ||
| column-rule: 2px solid #000; | ||
| } | ||
|
|
||
| h3.in-colonms | ||
| { | ||
| column-span: all; | ||
| border-bottom: none; | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,108 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ru"> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>Задача «DeLorean DMC-12»</title> | ||
| </head> | ||
| <body> | ||
| </body> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>Задача «DeLorean DMC-12»</title> | ||
| <link rel="stylesheet" type="text/css" href="index.css"> | ||
| </head> | ||
| <body> | ||
|
|
||
| <input type="checkbox" class="font-style" id="font-style"><label for="font-style">Другой шрифт</label> | ||
| <input type="checkbox" class="size" id="size"><label for="size">Увеличить</label> | ||
| <input type="checkbox" class="dark" id="dark"><label for="dark">Чёрный фон</label> | ||
|
|
||
| <div class="site-info"> | ||
| <header> | ||
| <h1>Случайное название</h1> | ||
| </header> | ||
| <div class="text-cont"> | ||
| <div class="wide"> | ||
| <article class="columns"> | ||
| <h2>Случайный заголовок</h2> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. article |
||
| <p> | ||
| Являясь всего лишь частью общей картины, диаграммы связей будут | ||
| ограничены исключительно образом мышления. Как уже неоднократно | ||
| упомянуто, активно развивающиеся страны третьего мира, вне | ||
| зависимости от их уровня, должны быть своевременно | ||
| верифицированы. | ||
| </p> | ||
| <h3 class="in-colonms">Тест на все колонки</h3> | ||
| <p> | ||
| В рамках спецификации современных стандартов, | ||
| предприниматели в сети интернет заблокированы в | ||
| рамках своих собственных рациональных ограничений. | ||
| Лишь сделанные на базе интернет-аналитики выводы | ||
| являются только методом политического участия и | ||
| объективно рассмотрены соответствующими инстанциями. | ||
| </p> | ||
| </article> | ||
| <article> | ||
| <h2>Случайное название</h2> | ||
| <p> | ||
| Повседневная практика показывает, что высокотехнологичная концепция | ||
| общественного уклада позволяет оценить значение укрепления моральных | ||
| ценностей. Ясность нашей позиции очевидна: семантический разбор внешних | ||
| противодействий представляет собой интересный эксперимент проверки | ||
| экономической целесообразности принимаемых решений. | ||
| </p> | ||
| </article> | ||
| </div> | ||
| <div class="wide"> | ||
| <article class="columns"> | ||
| <h2>Случайное название</h2> | ||
| <p> | ||
| Имеется спорная точка зрения, гласящая примерно следующее: | ||
| реплицированные с зарубежных источников, современные исследования, | ||
| которые представляют собой яркий пример континентально-европейского | ||
| типа политической культуры, будут рассмотрены исключительно в разрезе | ||
| маркетинговых и финансовых предпосылок. Новая модель организационной | ||
| деятельности представляет собой интересный эксперимент проверки как | ||
| самодостаточных, так и внешне зависимых концептуальных решений. Вот | ||
| вам яркий пример современных тенденций — выбранный нами инновационный | ||
| путь выявляет срочную потребность экспериментов, поражающих по своей | ||
| масштабности и грандиозности. Приятно, граждане, наблюдать, как | ||
| сторонники тоталитаризма в науке ассоциативно распределены по | ||
| отраслям. Высокий уровень вовлечения представителей целевой аудитории | ||
| является четким доказательством простого факта: внедрение современных | ||
| методик представляет собой интересный эксперимент проверки своевременного | ||
| выполнения сверхзадачи. Следует отметить, что существующая теория требует | ||
| определения и уточнения системы обучения кадров, соответствующей насущным | ||
| потребностям! | ||
| </p> | ||
| <h2>Случайное название</h2> | ||
| <p> | ||
| Предварительные выводы неутешительны: высокое качество позиционных | ||
| исследований играет важную роль в формировании новых предложений. | ||
| Выбранный нами инновационный путь не оставляет шанса для поставленных | ||
| обществом задач. Лишь элементы политического процесса представляют собой | ||
| не что иное, как квинтэссенцию победы маркетинга над разумом и должны | ||
| быть рассмотрены исключительно в разрезе | ||
| маркетинговых и финансовых предпосылок. | ||
| </p> | ||
| </article> | ||
| </div> | ||
| <div> | ||
| <div class="vert-text"> | ||
| Случайный вертикальный текст которого много очень так нормально? | ||
| </div> | ||
| </div> | ||
| <div class="wide"> | ||
| <article> | ||
| <h3>Случайная картинка</h3> | ||
| <img src="https://avavatar.ru/images/original/1/dA0jsfNKCSipwRkC.jpg" alt="image"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. width и height чтобы страница не прыгала когда загружается |
||
| </article> | ||
| <article> | ||
| <h2>Случайное название</h2> | ||
| <p> | ||
| Повседневная практика показывает, что высокотехнологичная концепция | ||
| общественного уклада позволяет оценить значение укрепления моральных | ||
| ценностей. Ясность нашей позиции очевидна: семантический разбор внешних | ||
| противодействий представляет собой интересный эксперимент проверки | ||
| экономической целесообразности принимаемых решений. | ||
| </p> | ||
| </article> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </body> | ||
| </html> | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
задай минимальную ширину у страницы, чтобы она не сжималась до 0