HolbertonSchool-Headphones Webpage
Read and be familiar with Figma
Requirements: you are not allowed to import external CSS framework (like Bootstrap) you are not to use Javascript
<style> .img{ display: inline-block; } img.mobile-image { width: 49%; display: inline-block; } img.tablet-image { display: inline-block; width: 49%; vertical-align: top; } </style>