File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed
Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 2020 text-decoration : none;
2121 scroll-behavior : smooth;
2222 vertical-align : baseline;
23+
24+ user-select : none;
25+ user-drag : none;
26+ -webkit-user-drag : none;
27+ -khtml-user-drag : none;
28+ -moz-user-drag : none;
29+ -o-user-drag : none;
2330}
2431
2532/*
3441 --background-color-4 : # c6c6c6 ; /* mobile menu options on hover */
3542
3643 --color-1 : # f6f6ff ;
37- --color-2 : ghostwhite ;
44+ --color-2 : # f8f8ff ;
3845 --color-3 : # c3c3c3 ;
3946
4047 --text-shadow-color : # 7159c1 ; /* header */
Original file line number Diff line number Diff line change 88 padding : 0 36px ;
99 perspective : 2500px ;
1010 margin : 0 50px ;
11+ cursor : pointer;
1112}
1213
1314.cover-image {
Original file line number Diff line number Diff line change 1+ /*
2+ ********************
3+ ** Main Container **
4+ ********************
5+ */
6+ .socialMediasMainContainer {
7+ display : flex;
8+ flex-direction : row;
9+ flex-wrap : wrap;
10+ justify-content : center;
11+ align-items : center;
12+ gap : 1em ;
13+ }
14+
15+
16+
17+
18+ /*
19+ ***********
20+ ** Icons **
21+ ***********
22+ */
23+ .socialMediaIcon {
24+ cursor : pointer;
25+ filter : grayscale (0.80 );
26+ transition : all 0.3s ease;
27+ }
28+
29+ .socialMediaIcon : hover {
30+ filter : grayscale (0.00 );
31+ transform : translateY (-5px );
32+ }
You can’t perform that action at this time.
0 commit comments