File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< 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 ">
39
8
</ head >
40
9
< body >
41
10
You can’t perform that action at this time.
0 commit comments