damn css
This commit is contained in:
parent
3ec1ca4c0f
commit
63e3710aef
|
@ -10,4 +10,6 @@ body {
|
|||
|
||||
#web-desktopview #discord {
|
||||
float: left;
|
||||
height: 10%;
|
||||
width: inherit;
|
||||
}
|
|
@ -47,12 +47,12 @@
|
|||
<hr>
|
||||
<div class="text-center">
|
||||
<h2>Personal Projects</h2>
|
||||
<img id="web-desktopview" src="../img/web-desktopview.png" alt="A preview of my website" height=10% width=inherit>
|
||||
<img id="web-desktopview" src="../img/web-desktopview.png" alt="A preview of my website">
|
||||
<h2>My Website</h2>
|
||||
<p>This website holds information about me, and my Portfolio.</p>
|
||||
<hr>
|
||||
<h2>BottomBarrel Software Projects by me</h2>
|
||||
<img id="discord" src="../img/discord.png" alt="Discord logo" height=10% width=inherit>
|
||||
<img id="discord" src="../img/discord.png" alt="Discord logo">
|
||||
<h2>BottomBarrel Bot</h2>
|
||||
<p>This bot allowes easy and quick access to information about BottomBarrel Software and who is part of it, from within our discord server. You can find the link to it at the links dropdown.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue