This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a .bashrc file in the directory "C:\Users\<User> | |
alias pa='php artisan' | |
alias nr='npm run' | |
alias ga='git add .' | |
alias p='python' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.card-title{ | |
-webkit-line-clamp: 2; // Max number of lines you want to show | |
overflow : hidden; | |
text-overflow: ellipsis; | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
} |
NewerOlder