Skip to content

Commit

Permalink
загрузка на Github ver. 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyChy committed Mar 16, 2024
1 parent 411f9ff commit 9c5bb7c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
}

.section {
position: relative;
border-top: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
block-size: clamp(23.438rem, 10.586rem + 54.836vw, 59.938rem);
Expand All @@ -178,7 +179,7 @@
/* #### Фильтры #### */

.brightness {
filter: brightness(50%);
filter: brightness(50%) invert(0.9);
}

.contrast {
Expand Down Expand Up @@ -209,16 +210,17 @@
filter: invert(0.6);
}

.watermark {
content: '';
/* #### ^^^^Фильтры^^^^ #### */

.watermark {
position: absolute;
padding-block-start: 22px;
opacity: 50%;
font-family: var(--font-PS2P);
font-size: 14px;
line-height: 14px;
text-shadow:-1px 0 var(--watermark), 0 1px var(--watermark), 1px 0 var(--watermark), 0 -1px var(--watermark);
inset-inline-end: 13px;
inset-inline-end: min(13px);
font-variation-settings: 'wght' var(--font-weight-text);
mix-blend-mode: hard-light;
}
Expand Down Expand Up @@ -370,8 +372,8 @@
}

.watermark {
inset-inline-end: 395px;
padding-block-start: 25px;
inset-inline-end: 25px;
}

.save__button {
Expand Down

0 comments on commit 9c5bb7c

Please sign in to comment.