Skip to content

Commit 3cb6133

Browse files
committed
feat(CSS): style element with class .fa-paper-plane
1 parent e91fa3c commit 3cb6133

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

public/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ main {
8080
transform: translate(-50%,-50%);
8181
}
8282

83+
.fa-paper-plane {
84+
background-color: white;
85+
border-radius: 5%;
86+
display: flex;
87+
align-items: center;
88+
justify-content: center;
89+
}
90+
8391
.fa-microphone {
8492
height: 30px;
8593
width: 30px;

0 commit comments

Comments
 (0)