Skip to content
Open

css #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BrandSection styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.brands-grid {
display: grid;
grid-template-columns: repeat(5, 1fr); /* 5 columns */
grid-template-columns: repeat(5, 1fr);
gap: 15px;
margin-bottom: 20px;
}
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ <h2>Popular Brands</h2>
<button class="brand-btn">Rolex</button>
</div>
<div class="brand-container">
<img src="https://picsum.photos/100/100?random=2" alt="Patek Philippe Watch" class="watch-image">
<img src="https://imgs.search.brave.com/Ec9XGTGdWN4cXDiwRqvVKxjag07qYsROwSQ5rWE-oTE/rs:fit:500:0:0:0/g:ce/aHR0cHM6Ly93d3cu/Ym9vZGxlcy5jb20v/Y2RuL3Nob3AvZmls/ZXMvNTE3MkdfMDAx/XzEuanBnP2Nyb3A9/Y2VudGVyJmhlaWdo/dD02NDAmdj0xNzM5/NDY0NzE4JndpZHRo/PTQ4MA" alt="Patek Philippe Watch" class="watch-image">
<button class="brand-btn">Patek Philippe</button>
</div>
<div class="brand-container">
<img src="https://picsum.photos/100/100?random=3" alt="Breitling Watch" class="watch-image">
<img src="https://cdn.swisswatchexpo.com/productphotos/3/22/breitling-navitimer-black-dial-chronograph-steel-mens-watch-a23322-66689_4d27d_sm.jpg" alt="Breitling Watch" class="watch-image">
<button class="brand-btn">Breitling</button>
</div>
<div class="brand-container">
<img src="https://picsum.photos/100/100?random=4" alt="Cartier Watch" class="watch-image">
<img src="https://www.cartier.com/en-us/watches/collections/ballon-de-cartier/" alt="Cartier Watch" class="watch-image">
<button class="brand-btn">Cartier</button>
</div>
<div class="brand-container">
<img src="https://picsum.photos/100/100?random=5" alt="IWC Watch" class="watch-image">
<img src="https://www.iwc.com/en/home.html" alt="IWC Watch" class="watch-image">
<button class="brand-btn">IWC</button>
</div>
<div class="brand-container">
Expand Down