diff --git a/assets/html/freeBooks.html b/assets/html/freeBooks.html index f2dc276a..858d867d 100644 --- a/assets/html/freeBooks.html +++ b/assets/html/freeBooks.html @@ -295,6 +295,158 @@ margin-top: 10px; /* Increase the top margin of each item */ } +/* footer */ + +.socialmediaicons { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + position: fixed; + margin-top: 120px;; + width: 40px; + height: 150px; + +}#quicklinks { + display: flex; + justify-content: space-between; /* Ensures columns are evenly spaced */ +} + +#quicklinks .col-md-6 ul { + list-style-type: none; + padding: 0; +} + +#quicklinks .foot-quick { + display: flex; + align-items: center; + margin-bottom: 10px; /* Adjust spacing between list items */ +} + +#quicklinks .foot-quick a { + text-decoration: none; + color: rgb(83, 74, 74); /* Adjust link color as needed */ + display: flex; + align-items: center; +} + +#quicklinks .foot-quick a i { + margin-right: 5px; /* Adjust spacing between icon and text */ +} +.dark-mode .fas{ + color:white; +} + +.dark-mode .flinks{ + + color: #80ddf4; + +} + +.dark-mode .finput{ + color: white; + background-color: transparent; + padding: 10px; + border: 1px solid white; + +} +.dark-mode .finput::placeholder { + color: rgba(255, 255, 255, 0.6); + } +.socialmediaicons a { + display: inline; + text-align: center; + padding: 5px; + transition: all 0.3s ease; + color: rgb(0, 0, 0); + font-size: 20px; + } + + .socialmediaicons .fa-instagram { + display: inline-block; + width: 30px; + height: 30px; + text-align: center; + line-height: 30px; + border-radius: 10px; + background: transparent; + color: #000000; + transition: background 0.3s, transform 0.3s; +} + +.socialmediaicons .fa-instagram:hover { + background: radial-gradient(circle at 30% 110%, + #ffdb8b 0%, + #ee653d 25%, + #d42e81 50%, + #a237b6 75%, + #3e57bc 100%); + background-clip: padding-box; + border-radius: 10px; + color: white; + transform: scale(1.1); + +} +.socialmediaicons .fa-facebook:hover{ + color: blue; +} +.socialmediaicons .fa-youtube:hover{ + color: red; +} + + +.dark-mode .socialmediaicons a { + color: white; +} + + +.dark-mode .socialmediaicons .fa-facebook:hover { + color: #425d9b +} +.dark-mode .socialmediaicons .fa-youtube:hover { + color: #f70000; +} + + .instagram { + + margin: 5px; + + } + + + .facebook { + + margin: 5px; + } + + .youtube { + + margin: 5px; + } + + .input-box { + position: relative; + width: 100%; +} + +.input { + width: 100%; + padding-right: 40px; /* Space for the eye icon */ +} + +#eyeicon-register { + position: absolute; + top: 70%; + right: 10px; /* Adjust as needed */ + transform: translateY(-50%); + cursor: pointer; + width: 35px; /* Adjust the size of the icon */ + height: 30px; +} +.but{ + font-size: x-large; +} + @@ -1033,7 +1185,7 @@

The Alchemist

-