Skip to content

Instantly share code, notes, and snippets.

@kamnan43
Created December 23, 2021 20:54
Show Gist options
  • Save kamnan43/44ae9bcef7f0682594be68117193aa2d to your computer and use it in GitHub Desktop.
Save kamnan43/44ae9bcef7f0682594be68117193aa2d to your computer and use it in GitHub Desktop.
.myBubbleUI {
width: 100%;
/* max-width: 500px; */
height: 700px;
background-color: blueviolet;
}
.child {
width: 100%;
height: 100%;
border-radius: 50%;
}
.childComponent {
width: 100%; /* width expands to fit bubble */
height: 100%; /* width expands to fit bubble */
border-radius: 50%; /* rounded border forms a circle */
background-color: burlywood;
display: flex;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment