Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauska authored Jun 10, 2024
1 parent dd21f02 commit adae6a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ img.displayed {
.border {
border: 2px solid #778899; /* dark grayish blue */
}
#zoomC {
/* (A) DIMENSIONS */
width: 600px;
height: 450px;

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

blockquote {
margin: .5em 0 .5em .85em;
Expand Down

0 comments on commit adae6a4

Please sign in to comment.