File tree Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -26,28 +26,39 @@ body {
2626body {
2727 overflow-x : hidden;
2828}
29- .resume {
30- z-index : 999 ;
31- border : none;
29+ .resume2 , .resume1 {
30+ overflow : auto;
31+ box-shadow : 0 0 5px # 03e9f4, 0 0 10px # 03e9f4 ;
32+ text-decoration : none;
33+ color : white;
3234 border-radius : 25px ;
33- position : fixed;
3435 background-color : # 000000 ;
35- padding : 12px 18 px ;
36+ padding : 12px 26 px ;
3637 font-size : 18px ;
3738 font-weight : bold;
38- top : 92% ;
39- right : 5% ;
40- overflow : auto;
41- box-shadow : 0 0 5px # 03e9f4, 0 0 10px # 03e9f4 ;
42- text-decoration : none;
43- color : white;
4439}
45- .resume : hover {
40+ .resume2 {
41+ left : 0% ;
42+
43+ }
44+ .resume1 : hover , .resume2 : hover {
4645 background-color : # 000000 ;
4746 color : rgba (245 , 245 , 245 , 0.929 );
4847 box-shadow : 0 0 5px # ba352c, 0 0 25px # ba352c, 0 0 50px # ba352c,
4948 0 0 100px # ba352c ;
5049}
50+ # rem {
51+ z-index : 999 ;
52+ position : fixed;
53+ top : 90% ;
54+ right : 10% ;
55+ width : 36% ;
56+ height : 5% ;
57+ display : flex;
58+ align-items : center;
59+ justify-content : space-between;
60+ }
61+
5162# parentofall {
5263 position : relative;
5364 width : 100% ;
@@ -1200,3 +1211,4 @@ a:visited {
12001211 }
12011212}
12021213
1214+
You can’t perform that action at this time.
0 commit comments