bravo68web-portfolio-nextjs/components/footer.style.jsx

15 lines
263 B
JavaScript

import styled from "styled-components";
export default styled.div`
height: 50px;
width: 100vw;
position: fixed;
left: 0;
bottom: 0;
background: var(--color1);
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
`;