I found inspiration for my project from the following source: https://codepen.io/plavookac/pen/qomrMw
One challenge I'm facing is changing the opacity of the movement, which is not covered by the standard transition markers.
.mainInner{
display: table;
height: 100%;
width: 100%;
text-align: center;
}
.mainInner div{
display:table-cell;
vertical-align: middle;
font-size: 4em;
font-weight: bold;
letter-spacing: 1.25px;
}
// More CSS code...
<nav class="navbar navbar-light custom-navbar" >
// More HTML code...
As a mechanical engineer trying to build a portfolio, I'm working on putting together enough HTML and CSS. I've trimmed down the code, but I'm open to any suggestions or pointers.