File size: 187 Bytes
cf27661
 
 
 
 
 
0c4cce1
 
cf27661
 
0c4cce1
 
cf27661
 
8d27b66
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.typing {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 14px;
	animation: show_popup 0.8s;
}

.typing-hiding {
	animation: hide_popup 0.8s;
}

.typing-hidden {
	display: none;
}