adds interactivity to css
borders now only appear on hover transition time added
This commit is contained in:
parent
2b83ad51a1
commit
a69bd66d73
10 changed files with 69 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
<!doctype html>
|
||||
<HTML>
|
||||
|
||||
<header>
|
||||
|
@ -25,9 +26,10 @@
|
|||
Most of my work is software based, with Python and C++ along with some web-development experience in HTML, CSS, JavaScript and TypeScript.
|
||||
|
||||
</div>
|
||||
|
||||
<div style = "text-align: center;">
|
||||
<img src = "images/Profile3.png" id = "profileImage" class = "profileImage orangeBorder" alt = "me">
|
||||
<div class = "profileImage orangeBorder" style = "margin: 0 auto;">
|
||||
<img src = "images/Profile3.png" alt = "me" style = "border-radius: 2px; object-fit: cover; width: 100%; height:100%">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class = "textBox" style = "margin-bottom: 5vh;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue