Skip to content

Commit 67089e4

Browse files
committed
MDJAmin & CC
1 parent 2e1aa80 commit 67089e4

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

css/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@
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>

0 commit comments

Comments
 (0)