Skip to content

Commit

Permalink
Add bounding round box to video section
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 30, 2024
1 parent bb24cc7 commit 74a8698
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@

.container .playingVideoSection {
flex: 40%;

background: white;
background: linear-gradient(
to right bottom,
rgba(255, 255, 255, 0.7),
rgba(255, 255, 255, 0.3)
);
border-radius: 2rem;

display: flex;
align-items: center;
justify-content: center;
}

.container .playListSection {
Expand Down
4 changes: 4 additions & 0 deletions src/components/PlayingVideo.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.playingVideo {
width: 80%;
}

.playingVideo .title {
margin-top: 1rem;
}
Expand Down

0 comments on commit 74a8698

Please sign in to comment.