Skip to content

Commit 58214c9

Browse files
committed
added a new table
1 parent ba51c81 commit 58214c9

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

UI Snippets/Helpline/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Helpline Image</title>
7+
</head>
8+
<body>
9+
<img src="https://wpassets.adda247.com/wp-content/uploads/multisite/sites/5/2020/04/11132345/Helpline.jpg" alt="Helpline Image">
10+
</body>
11+
</html>

UI Snippets/Helpline/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* Apply styles to the body */
2+
body {
3+
background-color:black;
4+
}
5+
6+
/* Style the image */
7+
img {
8+
max-width: 100%;
9+
height: auto;
10+
margin: 20px auto;
11+
display: block;
12+
border: 2px solid #333;
13+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
14+
}

snippets.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,12 @@
103103
"image-link": "https://github.com/Deveesh-Shetty/CSS-Is-Fun/assets/89470104/61b32539-f2d0-4c29-800f-03657d5af192",
104104
"folder-link": "https://github.com/Deveesh-Shetty/CSS-Is-Fun/tree/master/UI%20Snippets/Session%20Graph",
105105
"author": "Meet Thakur"
106+
},
107+
{
108+
"name": "Helpline",
109+
"codepen-link": "https://codepen.io/Swathi-Singh/pen/dywjqoz",
110+
"image-link": "https://wpassets.adda247.com/wp-content/uploads/multisite/sites/5/2020/04/11132345/Helpline.jpg",
111+
"folder-link": "https://github.com/Deveesh-Shetty/CSS-Is-Fun/tree/master/UI%20Snippets/Session%20Graph",
112+
"author": "swathi singh"
106113
}
107114
]

0 commit comments

Comments
 (0)