Implemented profile picture
This commit is contained in:
parent
dbad20b276
commit
f3af7ab67f
2 changed files with 14 additions and 3 deletions
11
index.html
11
index.html
|
@ -16,6 +16,16 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.profile {
|
||||
margin-top: 150px;
|
||||
height: auto;
|
||||
width: 10%;
|
||||
min-width: 25px;
|
||||
min-height: 25px;
|
||||
margin-left: 45%;
|
||||
margin-right: 45%;
|
||||
}
|
||||
|
||||
.info {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -125,6 +135,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<img class="profile" src=" profile.jpg" />
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
BIN
profile.jpg
Normal file
BIN
profile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 723 KiB |
Loading…
Reference in a new issue