Skip to content

Commit

Permalink
Merge pull request #4952 from SrijaVuppala295/chatt
Browse files Browse the repository at this point in the history
Enhancing the chat page !!
  • Loading branch information
abhi03ruchi authored Nov 10, 2024
2 parents b479ac2 + 2622e1a commit 1e30cd4
Show file tree
Hide file tree
Showing 3 changed files with 1,733 additions and 17 deletions.
8 changes: 4 additions & 4 deletions chatt.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nav li {
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;

transition: color 0.3s;
}

Expand All @@ -51,7 +51,7 @@ nav a:hover {

/* Chat container styling */
.chat-container {
max-width: 800px;
max-width: 1000px;
margin: 60px auto;
background-color: rgba(255, 255, 255, 0.8);
padding: 1.5rem;
Expand All @@ -63,8 +63,8 @@ nav a:hover {
background-color: #f0f0f0;
padding: 10px;
border-bottom: 2px solid #ddd;
font-size: 1.25rem;
font-weight: 600;
font-size: 2.5rem;
font-weight: 900;
color: #333;
text-align: center;
}
Expand Down
Loading

0 comments on commit 1e30cd4

Please sign in to comment.