-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold.css
More file actions
102 lines (88 loc) · 2.19 KB
/
old.css
File metadata and controls
102 lines (88 loc) · 2.19 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<<<<<<< HEAD
body{
background-color: white;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
background-image: url(https://images-na.ssl-images-amazon.com/images/I/C1qmG3fnRpS.png);
backdrop-filter: blur(6px);
backdrop-filter: brightness(-100px);
background-size:50% !important;
}
#mySidenav a {
position: absolute;
left: -230px;
transition: 0.3s;
padding: 15px 0px 15px 15px;
width: 275px;
text-decoration: none;
font-size: 15px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#about {
top: 20px;
background-color: #4CAF50;
}
#blog {
top: 80px;
background-color: #2196F3;
}
#projects {
top: 140px;
background-color: #f44336;
}
#contact {
top: 200px;
background-color: #555
}
.head{
text-align: center;
padding: 10px;
font-size: 30px;
=======
body{
background-color: white;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
background-image: url(https://images-na.ssl-images-amazon.com/images/I/C1qmG3fnRpS.png);
backdrop-filter: blur(6px);
backdrop-filter: brightness(-100px);
background-size:50% !important;
}
#mySidenav a {
position: absolute;
left: -230px;
transition: 0.3s;
padding: 15px 0px 15px 15px;
width: 275px;
text-decoration: none;
font-size: 15px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#about {
top: 20px;
background-color: #4CAF50;
}
#blog {
top: 80px;
background-color: #2196F3;
}
#projects {
top: 140px;
background-color: #f44336;
}
#contact {
top: 200px;
background-color: #555
}
.head{
text-align: center;
padding: 10px;
font-size: 30px;
>>>>>>> 3bcebf0c4b9a01d48a5c59cad4e478693c90fb04
}