diff --git a/contracts.html b/contracts.html index e4bfe4d..a753e09 100644 --- a/contracts.html +++ b/contracts.html @@ -94,8 +94,35 @@ border-color: rgb(40, 40, 117); border-radius: 5px; } - + /* Add your CSS styles here */ + .slideshow-container { + position: relative; + } + + .mySlides { + display: none; + } + + /* Style for previous and next buttons */ + .prev, .next { + position: absolute; + top: 50%; + transform: translateY(-50%); + padding: 16px; + cursor: pointer; + background-color: rgba(0, 0, 0, 0.5); + color: white; + } + + .prev { + left: 0; + } + + .next { + right: 0; + } + @@ -126,7 +153,123 @@