We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609c631 commit f7c6257Copy full SHA for f7c6257
css/style.css
@@ -34,4 +34,34 @@
34
display: flex;
35
align-items: center;
36
color: black;
37
+ }
38
+ nav a:hover{
39
+ background-color: #f0f0f0;
40
41
+ nav li:first-child{
42
+ margin-right: auto;
43
44
+ .sidebar{
45
+ position: fixed;
46
+ top: 0;
47
+ right: 0;
48
+ height: 100vh;
49
+ width: 250px;
50
+ background-color: rgba(255, 255, 255, 0.15);
51
+ backdrop-filter: blur(12px);
52
+ box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
53
+ list-style: none;
54
+ display: none;
55
+ flex-direction: column;
56
+ align-items: flex-start;
57
+ justify-content: flex-start;
58
59
+ .sidebar li{
60
+ width: 100%;
61
62
+ .sidebar a{
63
64
65
+ .menu-button{
66
67
}
0 commit comments