Cards

Google I/O
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Image 300x200
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Image 1920x1080
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Image 1000x600
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Google I/O
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Google I/O
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Google I/O
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Google I/O
Software and hardware

An immersive, three-day experience focused on exploring the next generation of technology, mobile and beyond.

Code HTML

    <div class="card">
        <div class="card-image">
            <img src="https://picsum.photos/300/200?random=1" class="img-responsive img-fit-cover">
        </div>
        <div class="card-header">
            <div class="card-title">Google I/O</div>
            <div class="card-subtitle text-gray">Software and hardware</div>
        </div>
        <div class="card-body">
            <p>An immersive, three-day experience focused on exploring the next generation of technology, mobile and
                beyond.</p>
        </div>
        <div class="card-footer">
            <button class="btn btn-primary uppercase">Read more</button>
        </div>
    </div>