-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblocks.css
More file actions
81 lines (65 loc) · 1.3 KB
/
blocks.css
File metadata and controls
81 lines (65 loc) · 1.3 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
[search-1]{
width:30rem;
height: 3rem;
border :1px solid rgb(200, 0, 255);
border-radius: 7px;
color: #360348;
font-size: x-large;
box-shadow: 0 0 30px rgb(170, 0, 255);
}
[navbar]{
height:5rem;
box-shadow: 0 0 10px #02000237;
width: 100%;
list-style: none;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
color: white;
font-size: 20px;
position: relative;
overflow: hidden;
}
[navbar] li{
margin-left: 10px;
padding: 10px;
cursor: pointer;
transition: background-color 0.3s ease;
}
[navbar] a{
color: #ffffff;
text-decoration: none;
}
[logo]{
position: absolute;
left: 10px;
margin-right: 20px;
}
[list]{
width: 120px;
height:300px;
margin: 0px;
list-style: none;
display: flex;
flex-direction:column;
justify-content: center;
align-items: center
margin: 0;
position: absolute;
right:15px;
top: 88px;
overflow: hidden;
padding-right: 50px;
}
[list] li{
padding: 10px;
cursor: pointer;
transition: background-color 0.3s ease;
}
[list] a{
color: #ffffff;
text-decoration: none;
}