Skip to content

Commit

Permalink
Update Index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaraj47 authored Sep 22, 2023
1 parent 34ab777 commit 4a81780
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
<title>Card Design</title>
</head>
<body>
<div class="container">
<div class="box">
<img src="https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
Expand All @@ -21,3 +31,5 @@ <h4>My Box</h4>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 4a81780

Please sign in to comment.