Skip to content

Commit

Permalink
adjusting columns
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWong14 committed Sep 11, 2024
1 parent d9658b3 commit f20ba99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cs180/project1/project1.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
.column {
float: left;
width: 50%;
width: 49%;
}
</style>
</head>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h2>Images</h2>
</p>
<p>
<div class="column">
<img src="./media/harvesters.jpg" alt="harvesters" style="width:490px;height:auto;">
<img src="./media/tobolsk.jpg" alt="tobolsk" style="width:490px;height:auto;">
<p>
Red Offset:
</p>
Expand All @@ -118,7 +118,7 @@ <h2>Images</h2>
</p>
</div>
<div class="column">
<img src="./media/tobolsk.jpg" alt="tobolsk" style="width:490px;height:auto;">
<img src="./media/harvesters.jpg" alt="harvesters" style="width:490px;height:auto;">
<p>
Red Offset:
</p>
Expand Down

0 comments on commit f20ba99

Please sign in to comment.