about me section

This commit is contained in:
2023-09-01 15:19:35 +02:00
parent 680d82a356
commit 5b0ba8c286
11 changed files with 122 additions and 10 deletions
+13
View File
@@ -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;
`;