File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 7
7
< p class ="h4 ">
8
8
Contact Us:
9
9
< a class ="email " href ="mailto:gig@bytezone.dev "> gig@bytezone.dev</ a >
10
- < iconify-icon icon ="bi:send "> </ iconify-icon >
10
+ < iconify-icon icon ="bi:send " class =" drop-shadow-gold " > </ iconify-icon >
11
11
</ p >
12
12
</ span >
13
13
</ div >
Original file line number Diff line number Diff line change 1
1
footer {
2
- background-color : var (--black-raisin );
3
- color : var (--silver );
2
+ background-color : var (--black-raisin );
3
+ color : var (--silver );
4
4
5
- width : 100vw ;
6
- padding-block : 3rem ;
5
+ width : 100vw ;
6
+ padding-block : 3rem ;
7
7
8
- .container {
9
- display : flex;
10
- gap : 2rem ;
11
- flex-flow : row wrap;
12
- justify-content : space-between;
13
- }
8
+ .container {
9
+ display : flex;
10
+ gap : 2rem ;
11
+ flex-flow : row wrap;
12
+ justify-content : space-between;
13
+ }
14
14
15
- a .email {
16
- /* color: var(--silver); */
17
- text-decoration : underline;
18
- }
19
- }
15
+ a .email {
16
+ /* color: var(--silver); */
17
+ text-decoration : underline;
18
+ }
19
+
20
+ .drop-shadow-gold {
21
+ filter : drop-shadow (-0.5px 5px 3px var (--golden ));
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments