Updated profile pictures
This commit is contained in:
parent
f0d98c43ae
commit
9ad3ca5a88
3 changed files with 11 additions and 5 deletions
16
index.html
16
index.html
|
@ -19,14 +19,17 @@
|
|||
.profile {
|
||||
margin-top: 150px;
|
||||
margin-bottom: 100px;
|
||||
height: auto;
|
||||
width: 10%;
|
||||
min-width: 25px;
|
||||
min-height: 25px;
|
||||
margin-left: 45%;
|
||||
margin-right: 45%;
|
||||
}
|
||||
|
||||
.profile > img {
|
||||
height: auto;
|
||||
width: 10%;
|
||||
min-width: 35px;
|
||||
min-height: 35px;
|
||||
}
|
||||
|
||||
.info {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -180,7 +183,10 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<img class="profile" src=" profile.jpg" />
|
||||
<div class="profile">
|
||||
<img title="Primary profile picture" src="profile.jpg" />
|
||||
<img title="Secondary profile picture" src="secondary-profile.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
BIN
profile.jpg
BIN
profile.jpg
Binary file not shown.
Before Width: | Height: | Size: 723 KiB After Width: | Height: | Size: 427 KiB |
BIN
secondary-profile.jpg
Normal file
BIN
secondary-profile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
Loading…
Reference in a new issue