diff --git a/src/containers/footer/Footer.jsx b/src/containers/footer/Footer.jsx index a795d5b..2fe73fd 100644 --- a/src/containers/footer/Footer.jsx +++ b/src/containers/footer/Footer.jsx @@ -1,13 +1,64 @@ import React from 'react'; import './footer.css'; + const Footer = () => ( -
@2022 IEEE Computer Society. All rights reserved.
+ ); export default Footer; \ No newline at end of file diff --git a/src/containers/footer/footer.css b/src/containers/footer/footer.css index 18af970..a8570ed 100644 --- a/src/containers/footer/footer.css +++ b/src/containers/footer/footer.css @@ -1,4 +1,4 @@ -.cs__footer { +/* .cs__footer { display: flex; flex-direction: column; justify-content: center; @@ -113,8 +113,51 @@ font-family: var(--font-family); line-height: 15px; color: #fff; -} - +} */ + +@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap'); + +/* Footer styling */ +body { + /* font-family: Rubik,Arial,sans-serif; */ + font-family: 'Poppins', sans-serif; + font-weight: 400; + font-size: 1rem; + overflow-x: hidden; + color: #607289; + + } + footer{ + overflow: hidden; + } + h5 { + font-size: 1rem; + line-height: 1.375; + font-family: Rubik,Arial,sans-serif; + font-family: 'Poppins', sans-serif; + font-weight: 500; + color: #030929; + } + + a { + color: #818494; + font-weight: 500; + text-decoration: none; + background-color: transparent; + } + + a:hover { + color: #007bff; + text-decoration: none; + } + + footer { + background: #ebf4fa; + } + + .text-underline{ + border-bottom: 1px solid black; + } @media screen and (max-width: 850px) { .cs__footer-heading h1 { font-size: 44px;