Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
M7MDFT00 authored Jan 3, 2025
1 parent 3f75d77 commit 8464b6b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 13 deletions.
Binary file added icon for 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 42 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
</h1>
</a>
<br>
<br>
<br>

</header>
<br>
Expand All @@ -53,30 +51,61 @@
<br>
<br>
<br>
<center>
<div class="bedrock">
<br>
<center>
<a
class="bedrock"
target="_blank"
href="website/bedrocks/index.html">
Bedrock</a>
<br>
<a
class="bedrock"
target="_blank"
href="website/bedrocks/index.html">
<img
src="icon for 2.png"
alt="photo"
width="500px">
</a>

</center>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
</div>
<br>
<br>
<div class="Java">
<br>
<br>
<br>
<br>
<br>
<center>
<center>
<a
class="Java"
target="_blank"
href="website/javas/index.html">
Java</a>
<br>
<a
class="Java"
target="_blank"
href="website/javas/index.html">
<img
src="icon for 2.png"
alt="photo"
width="500px">
</a>
</center>

<br>
<br>
<br>
<br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
</div>
<br>
<br>
<br>
Expand Down
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@ background-color: rgb(48, 46, 46);
body {
background-color: rgb(32, 32, 32);

}
.bedrock , .Java {
background-color: rgba(74, 74, 74, 0.219);
border-radius: 1%;

}
img {
background-color: rgba(79, 81, 81, 0.733);
border-radius: 10%;

}

0 comments on commit 8464b6b

Please sign in to comment.