Skip to content

Commit

Permalink
rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
caluap committed Oct 28, 2024
1 parent 73c5905 commit fad6ae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion attending.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ <h2>The Curtis Hotel</h2>
blocks off 16th Street Mall, one block from the Colorado Convention Center, and directly
across the street from the Denver Performing Arts Complex.
</p>
<br />
<div>
<img src="imgs/curtis.jpg" alt="Photo of the Curtis Hotel lobby."/>
<img class="text-img" src="imgs/curtis.jpg" alt="Photo of the Curtis Hotel lobby." />
</div>
<h3>Address</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="grid-item span3c event-info">Denver, Colorado<br />October 26—29 20
<div class="grid-item span2c hide-on-small-screens"></div>
<div class="grid-item span8c hide-on-small-screens"></div>

<picture id="denver-img" class="grid-item span12c">
<picture id="denver-img" class="grid-item span12c text-img">
<!-- For small screens, using a more square or taller aspect ratio -->
<source
srcset="imgs/yellow-and-black-street-lanterns-256x89.jpg"
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ h1 {
aspect-ratio: 320/111;
}

#denver-img * {
.text-img, .text-img * {
border-radius: 0.5rem;
}

Expand Down

0 comments on commit fad6ae8

Please sign in to comment.