summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2016-10-28 07:03:05 +0800
committerGitHub <[email protected]>2016-10-28 07:03:05 +0800
commit06a91384d5b2c0eb73a80e8f87d9151bd7900174 (patch)
tree7edbaf92d007854e560f11d56810b5f683606d61 /css/style.css
parent4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (diff)
parent7b2f828cb982c6a05db9370963186cbee97a3b5f (diff)
downloadword-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.tar.gz
word-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.zip
Merge pull request #3 from Shmuel83/master
Available in multiple languages
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 6c4a5ef..51304ed 100644
--- a/css/style.css
+++ b/css/style.css
@@ -51,4 +51,8 @@ body {
.ws-word {
margin-bottom: 4px;
+}
+
+.ws-words ::first-letter{
+ text-transform : capitalize;
} \ No newline at end of file