Skip to content

Commit 8bbb826

Browse files
mihailgaberovmihailgaberov
mihailgaberov
authored and
mihailgaberov
committed
✨ Added tube background image.
1 parent 2b93df2 commit 8bbb826

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

index.css

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ body {
88
position: absolute;
99
left: 50%;
1010
top: 50%;
11+
background: url(static/images/blower.png);
12+
background-repeat: no-repeat;
13+
background-size: 138%;
14+
background-position: -222px -112px;
1115
transform: translateY(-50%) translateX(-50%);
1216

1317
&:after {
1418
content: '';
1519
border-radius: 100%;
16-
border: 5px solid black;
1720
position: absolute;
1821
top: 50%;
1922
left: 50%;

0 commit comments

Comments
 (0)