purwin
Femtopat
- Katılım
- 7 Ekim 2023
- Mesajlar
- 7
Daha fazla  
				
					
						
						
							
	
		
	
		
			
			
				
			
			
		
		
	- Cinsiyet
- Erkek
Sorun görseldeki gibi, yardımcı olur musunuz?
	
	
	
	
	
		
	
		
			
		
		
	
				
			
		HTML:
	
	<section id="all-products">
        <div class="container">
            <div id="product-images">
                <div class="col">
                    <div class="product-image">
                        <a href="#">
                            <img src="/PRODUCT-İMAGES/katalog1.jpg" width="100%" height="270px">
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </section>[ICODE]
[CODE=css]
.col {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 19%;
}
.product-image {
    height: 270px;
    background-color: bisque;
}
[/CODE]
[/ICODE] 
 
		 
			 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		