-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeader.css
72 lines (66 loc) · 1.23 KB
/
Header.css
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
.header{
height: 60px;
display: flex;
flex-direction: row;
align-items: center;
background-color: white;
}
.header_item1{
margin-right:10px;
margin-left: 10px;
}
.btn_1{
cursor: pointer;
background-color:rgb(90, 35, 141);
box-shadow: var(--box-shadow);
color: #fff;
border: 0;
display: block;
font-size: 16px;
margin: auto;
padding: 10px;
width: 100%;
}
.header_item2{
margin-right:10px;
margin-left: 10px;
color: black;
text-decoration-line: blacl;
}
.header_item3{
margin-right:10px;
margin-left: 10px;
color: black;
text-decoration-line: underline;
}
.header_item5{
margin-right:10px;
margin-left: 10px;
color: black;
}
.header_item6{
margin-right:10px;
margin-left: 10px;
color: black;
}
.header_item4{
margin-right:10px;
margin-left: 10px;
margin-bottom:15px;
}
.info{
margin-top:10px;
margin-right:10px;
margin-left:auto;
display: flex;
flex-direction: row;
align-items: center;
font-weight: 600;
}
.logo{
width:100px;
object-fit: contain;
margin: 0 5px;
margin-top:5px;
height:60px;
}