-
Notifications
You must be signed in to change notification settings - Fork 0
/
Head3.html
107 lines (103 loc) · 2.59 KB
/
Head3.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Airdopes</title>
<link rel="stylesheet" href="./styles./navbar.css">
<link rel="stylesheet" href="./styles./footer.css">
<style>
/* *{
background-color: black;
} */
#div_niks{
/* display: flex;
flex-direction: column;
justify-content: space-around; */
height: 380px;
width: 240px;
background-color: wheat;
/* border: 1px solid black; */
border-radius: 10px;
box-shadow: 2px 2px 2px 2px white;
/* padding: 10px 10px 10px 10px; */
/* margin-left: 30%; */
padding-left: 20%;
gap: 10px;
}
#box_niks{
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 10px;
width: 100%;
height: 1200px;
background-color: black;
margin-top: 10px;
/* box-shadow: 10px 10px 10px 10px black; */
border: 10px solid black;
}
/* /* *{
background-color: black;
} */
#top_img_niks{
width: 100%;
height: 500px;
background-color: black;
}
.niks_photo{
height: 200px;
width: 200px;
}
.btn_niks{
background-color: rgb(255, 0, 0);
color: white;
height: 30px;
width: 200px;
font-size: larger;
border: none;
border-radius: 10px;
}
.niks_same1{
color: rgb(255, 0, 0);
/* text-align:center; */
margin-left: 40px;
}
.niks_same2{
margin-left: 37px;
}
/* .niks_same{
text-align: center;
} */
/* h3{
text-align: center;
} */
.btn_niks:hover{
background-color: green;
}
.heading_niks{
font-size: 60px;
}
.niks_photo:hover{
transition: ease-in-out;
transform: scale(1.4);
}
/* .btn2_niks{
background-color: black;
color: white;
height: 20px;
width: 20px;
margin-top: 0px;
} */
</style>
</head>
<body>
<!-- navbar -->
<div id="navbar"></div>
<img id="top_img_niks" src="https://cdn.shopify.com/s/files/1/0057/8938/4802/files/Airdopes_Catgry-web_7cf20899-eb4a-427f-9a8a-799d7e1c37fa.jpg?v=1634716734" alt="Sorry,We are working on it">
<h1 class="heading_niks">Wireless Airdopes</h1>
<div id="box_niks"></div>
<div id="footer"></div>
</body>
</html>
<script type="module" src="./scripts/h3.js"></script>