diff --git a/src/ReactRotatingText.css b/src/ReactRotatingText.css index 7609f6c..cda0f6d 100644 --- a/src/ReactRotatingText.css +++ b/src/ReactRotatingText.css @@ -1,5 +1,12 @@ .react-rotating-text-cursor { animation: blinking-cursor 0.8s cubic-bezier(0.68, 0.01, 0.01, 0.99) 0s infinite; + height: 50px; + width: 2px; + display: inline-block; + background: grey; + position: relative; + top: 8px; + left: 5px; } @-moz-keyframes blinking-cursor { @@ -48,4 +55,4 @@ 100% { opacity: 0; } -} \ No newline at end of file +}