Skip to content
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

Смирнов Алексей #36

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,23 @@ p:first-child::first-letter
.post-1
{
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-rule: 1px solid rgba(0,0,0, .5);
-moz-column-rule: 1px solid rgba(0,0,0, .5);
-webkit-column-rule: 1px solid rgba(0,0,0, .5);
hyphens: auto;
break-inside: avoid-page;
}

.post-2
{
column-count: 3;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

безвендорное правило должно идти после

-moz-column-count: 3;
-webkit-column-count: 3;
column-rule: 1px solid rgba(0,0,0, .5);
-moz-column-rule: 1px solid rgba(0,0,0, .5);
-webkit-column-rule: 1px solid rgba(0,0,0, .5);
hyphens: auto;
}

Expand Down Expand Up @@ -176,7 +184,7 @@ span.sv-size-3
cursor: pointer;
}

.zoom-img:focus
.zoom-img:hover
{
text-align: center;
width: 400px;
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ <h2>
a dec&shy;ade.
</p>
<div>
<img class="zoom-img" src="image/uber-elevate.jpg" alt="uber-elevate-route"
tabindex="1">
<img class="zoom-img" src="image/uber-elevate.jpg" alt="uber-elevate-route">
</div>
<p>

Expand Down