Skip to content

Commit

Permalink
Create follow.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauska authored Jun 10, 2024
1 parent fbd9d0c commit c0e54d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/follow.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#zoomC {
/* (A) DIMENSIONS */
width: 600px;
height: 360px;

/* (B) BACKGROUND IMAGE */
background: url("demo.webp");
background-position: center;
background-size: cover;
}

0 comments on commit c0e54d8

Please sign in to comment.