Skip to content

Commit

Permalink
more certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
MorpheusZI committed Oct 18, 2023
1 parent 1b116ff commit 2b629b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Binary file added img/Morphcez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion skillz.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,16 @@ <h1>Achievements</h1>
<div class="Arow">
<div class="Aitem aosthings">
<h2><span class="lans">BrightChamps</span> Certificate</h2>
<img src="img/Morphcerp.jpg" class="Aimg" alt="">
<img src="img/Morphcez.jpg" class="Aimg" alt="">
</div>
<div class="Aitem aosthings">
<h2><span class="lans">BrightChamps</span> Certificate</h2>
<img src="img/Morphcert.jpg" class="Aimg" alt="">
</div>
<div class="Aitem aosthings">
<h2><span class="lans">BrightChamps</span> Certificate</h2>
<img src="img/Morphcerp.jpg" class="Aimg" alt="">
</div>
</div>
</section>
<script defer src="aosthing.js"></script>
Expand Down
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ footer {
/* button styling */

@media only screen and (max-width: 800px) {
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: crimson;
}
::-webkit-scrollbar-track {
background: transparent;
}
body {
overflow-x: hidden !important;
}
Expand Down Expand Up @@ -515,7 +525,7 @@ hr {
text-decoration: underline;
}
.Aimg{
width: 500px;
width: 400px;
}
.Aitem{
display: flex;
Expand Down

0 comments on commit 2b629b0

Please sign in to comment.