-
-
Save makerstorage/de2ca9f473b7e8d3286dbdf57765c88a to your computer and use it in GitHub Desktop.
EduEdu.TV Gists
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
| CKEditor Height -------------- | |
| .ck-editor__editable_inline { | |
| min-height: 200px; | |
| } | |
| ----------------------------------- | |
| Set image inside a card | |
| @section('stylesheet') | |
| <style> | |
| img { | |
| display: block; | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| </style> | |
| @endsection |
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
| Center in the card --------- | |
| <div class="row h-100 justify-content-center align-items-center" id="videoPanel"> | |
| </div> | |
| --------------------------- | |
| Button with icon ---------- | |
| <a href="/muzdarip/{{$question->id}}" class="btn btn-primary fas fa-thumbs-up "></a> | |
| ---------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment