Skip to content

Instantly share code, notes, and snippets.

@uicodee
Created October 7, 2024 05:25
Show Gist options
  • Select an option

  • Save uicodee/f1487c6bf4fe79218e55279ce300ab8a to your computer and use it in GitHub Desktop.

Select an option

Save uicodee/f1487c6bf4fe79218e55279ce300ab8a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/styles.css" />
<title>Document</title>
</head>
<body>
<div class="container">
<div class="item">
<img src="images/mobile.png" alt="" />
<h2>Mobile</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, esse.
</p>
<strong>
<sup>$</sup>
10
<span>/ month</span>
</strong>
</div>
<div class="item">
<img src="images/mobile.png" alt="" />
<h2>Mobile</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, esse.
</p>
<strong>
<sup>$</sup>
10
<span>/ month</span>
</strong>
</div>
<div class="item">
<img src="images/mobile.png" alt="" />
<h2>Mobile</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, esse.
</p>
<strong>
<sup>$</sup>
10
<span>/ month</span>
</strong>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment