Letter Cards
Letter cards by n_nattsun. The word is created by using an unordered list with each list item containing one letter of the word. These list items are positioned absolutely to make the list look like a word with different angle of rotation of each letter. This is made easy by using the nth-of-type(n)
selector where n
is the position of the list item you want to select.