Made style changes as per the guidelines

pull/8897/head
Mayank Jain 3 years ago committed by GitHub
parent 0cacb6d689
commit 2921a94d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,12 +5,13 @@
// event handler code goes here
}
</script>
<style>
button{
width:200px;
}
</style>
<button>
Clicked {count}
{count === 1 ? 'time' : 'times'}
</button>
<style>
button{
width:200px;
}
</style>

Loading…
Cancel
Save