allam7b / style.css
Eldeeb
Create style.css
2b7b6c2 verified
raw
history blame contribute delete
239 Bytes
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: #fff;
background: #1565c0;
border-radius: 100vh;
}
/* Right-align Arabic text */
.chat-message {
text-align: right;
direction: rtl;
}