Skip to content

Commit

Permalink
chore: Remove Brown Circle from the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
arpy8 committed Jun 23, 2024
1 parent 80c053a commit 975ea35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
22 changes: 0 additions & 22 deletions src/components/page4/lecture.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,11 @@
margin-bottom: 0px;
}

.container::before,
.container::after {
content: "";
background-color: #fab5704c;
position: absolute;
}

.container::before {
border-radius: 50%;
width: 6rem;
height: 6rem;
top: 30%;
right: 7%;
}
.text-box-in{
color: black;
font-size: 20px;
text-align: center;
}
.container::after {
content: "";
position: absolute;
height: 3rem;
top: 8%;
right: 5%;
border: 1px solid;
}

.container .box {
width: 17.875em;
Expand Down
24 changes: 0 additions & 24 deletions src/components/page5(1st)/fstlecture.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,6 @@
margin-bottom: 40px;
}

.container::before,
.container::after {
content: "";
background-color: #fab5704c;
position: absolute;
}

.container::before {
border-radius: 50%;
width: 6rem;
height: 6rem;
top: 30%;
right: 7%;
}

.container::after {
content: "";
position: absolute;
height: 3rem;
top: 8%;
right: 5%;
border: 1px solid;
}

.container .box {
width: 17.875em;
height: 17.875em;
Expand Down

0 comments on commit 975ea35

Please sign in to comment.