mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 13:38:17 +00:00
about me section
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { styled } from 'styled-components';
|
||||
|
||||
export const StyledCursor = styled.span`
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 120%;
|
||||
|
||||
width: 15px;
|
||||
height: 100%;
|
||||
background-color: ${({theme}) => theme.colors.primary};
|
||||
|
||||
animation: blinking 1s infinite;
|
||||
`;
|
||||
Reference in New Issue
Block a user