Skip to content

Commit 65da1ca

Browse files
authored
Update index.html
1 parent 9ac3584 commit 65da1ca

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

index.html

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Transparent Header Website</title>
7-
<style>
8-
body {
9-
margin: 0;
10-
font-family: Arial, sans-serif;
11-
}
12-
header {
13-
background-color: rgba(0, 0, 0, 0.5); /* Transparent black background */
14-
color: white;
15-
padding: 20px;
16-
text-align: center;
17-
}
18-
nav {
19-
display: inline-block;
20-
}
21-
nav a {
22-
color: white;
23-
text-decoration: none;
24-
margin: 0 10px;
25-
}
26-
nav a:hover {
27-
text-decoration: underline;
28-
}
29-
.container {
30-
padding: 20px;
31-
text-align: center;
32-
}
33-
.container img {
34-
width: 100%;
35-
max-width: 800px;
36-
height: auto;
37-
}
38-
</style>
7+
<link rel="stylesheet" href="style.css">
398
</head>
409
<body>
4110

0 commit comments

Comments
 (0)