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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
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
.border-animation { | |
position: relative; | |
border-top: 1px solid transparent; | |
border-bottom: 1px solid transparent; | |
transition: padding .2s, border-color .2s; | |
} | |
.border-animation::before, | |
.border-animation::after { | |
content: ''; |
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
<h1>Two nations flags</h1> | |
<h2>The Flag of <span>Bangladesh</span></h2> | |
<div class="container"> | |
<div class="circle"></div> | |
</div> | |
<button>Change Flag</button> |