This repository was archived by the owner on Aug 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
84 lines (71 loc) · 1.2 KB
/
header.css
File metadata and controls
84 lines (71 loc) · 1.2 KB
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
/* CSS for the header */
p{
font-family: Arial;
margin-left: 5px;
}
/* Header */
.header{
background-color: rgb(255, 193, 172);
height: 130px;
margin-left: 0px;
margin-bottom: 70px;
position: fixed;
margin-bottom: 100px;
z-index: 100;
top: 0;
left: 0;
right: 0;
display: flex;
}
.top{
font-size: 50px;
margin-left: 0px;
margin-bottom: 0px;
font-weight: 700;
}
.head-image{
margin-top: 10px;
margin-left: 10px;
}
.header-home{
color: black;
text-decoration: none;
flex-direction: row;
}
.header-9wands,
.header-blockcraft,
.header-skins{
position:relative;
bottom:10px;
background: rgba(0, 0, 0, 0);
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}
.header-9wands:hover,
.header-blockcraft:hover,
.header-skins:hover{
opacity: .7;
cursor: pointer;
margin-left: 0;
}
.header-yt{
height: 30px;
width: 45px;
margin-left: 0;
align-items: flex-start;
}
.header-part-top,
.header-part-links{
margin-right: 0px;
display: flex;
align-items: center;
flex-direction: 1fr 1fr 1fr 1fr;
}
.header-part-links{
width: 500px;
justify-content: space-between;
}