File size: 239 Bytes
e3112e3
 
 
 
 
 
 
 
 
 
 
da50f13
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}