Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions style.css
Copy link
Author

@AtiKmaX AtiKmaX Mar 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two tasks have been done

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Width-height changed
  2. Feature color changed

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.blue {
background-color:blue
.greenyellow {
background-color:greenyellow
}
.circle{
border-radius:50%;
width:300px;
height:300px;
width:500px;
height:500px;
}