-
Notifications
You must be signed in to change notification settings - Fork 0
/
op3.html
51 lines (50 loc) · 1.63 KB
/
op3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shubham's Links</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #fff;
text-align: center;
padding: 50px;
color: #333;
}
h1 {
font-size: 2.5rem;
margin-bottom: 30px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
}
.grid-item {
background-color: #f4f4f4;
padding: 20px;
border-radius: 10px;
transition: box-shadow 0.3s ease;
}
.grid-item:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.grid-item a {
text-decoration: none;
color: #0073e6;
font-size: 1.2rem;
}
.grid-item a:hover {
color: #005bb5;
}
</style>
</head>
<body>
<h1>Shubham's Social Profiles</h1>
<div class="grid-container">
<div class="grid-item"><a href="https://stackoverflow.com/users/5306039/shubham">Stack Overflow</a></div>
<div class="grid-item"><a href="https://github.com/shubhamdp">GitHub</a></div>
<div class="grid-item"><a href="https://twitter.com/_shubhamdp">Twitter or X</a></div>
<div class="grid-item"><a href="https://www.goodreads.com/shubhamdp">Goodreads</a></div>
<div class="grid-item"><a href="https://shubham