Created
November 1, 2019 21:48
-
-
Save fredbegin11/fe0c7cfa66045e2b42bf95240b37ef17 to your computer and use it in GitHub Desktop.
Revisions
-
fredbegin11 created this gist
Nov 1, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ .card { box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); display: flex; flex-direction: column; max-width: 300px; &__title { font-size: 24px; padding: 10px; } &__description { padding: 10px; } &.--warning { background-color: rgba(233, 212, 96, 0.5); } }