Hola estoy intentando creado una seccion de productos con este componente de bootstrap 4 : <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css” integrity=”sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ” crossorigin=”anonymous”> <style> .card-block{ background:#F781F3; border-radius:10%; } .card{ border:none; width:500px; height:400px; } </style> <div class=”card”> <div class=”card-block”> <h4 class=”card-title”>Card title</h4> <p class=”card-text”>Some quick example text to build on the card title and make up the bulk ofRead more