File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,30 @@ body {
7171.btn-opacity {
7272 opacity : 0.5 ;
7373}
74+
75+ .MDJAminDiv {
76+ z-index : 4444 ;
77+ position : fixed;
78+ bottom : 5% ;
79+ left : 2% ;
80+ }
81+
82+ .MDJAmin {
83+ text-decoration : none;
84+ /* border-bottom: 1px dashed rgb(204, 204, 204); */
85+ /* border-top: 1px dashed rgb(204, 204, 204); */
86+ border-bottom : 1px dashed rgb (44 , 44 , 44 );
87+ border-top : 1px dashed rgb (44 , 44 , 44 );
88+ padding : 4px 0 ;
89+ color : rgba (44 , 44 , 44 , 0.525 );
90+ /* color: rgba(204, 204, 204, 0.414); */
91+ font-family : monospace;
92+ font-style : italic;
93+ font-size : 1.3em ;
94+ transition : all 0.5s ;
95+ }
96+
97+ .MDJAmin : hover {
98+ color : # 000000 ;
99+ /* color: white; */
100+ }
Original file line number Diff line number Diff line change 100100 </ div >
101101 </ section >
102102
103+ < div class ="MDJAminDiv ">
104+ < a
105+ class ="MDJAmin "
106+ href ="https://github.com/MDJAmin "
107+ target ="_blank "
108+ > MDJAmin</ a
109+ >
110+ </ div >
111+
103112 < script src ="js/script.js "> </ script >
104113 </ body >
105114</ html >
You can’t perform that action at this time.
0 commit comments