TIMBOVILL commited on
Commit
ead4123
·
verified ·
1 Parent(s): 8874277

Update top_bar.html

Browse files
Files changed (1) hide show
  1. top_bar.html +3 -3
top_bar.html CHANGED
@@ -13,7 +13,7 @@
13
  display: flex;
14
  justify-content: center;
15
  align-items: center;
16
- background-color: #f3f4f6;
17
  padding: 10px;
18
  border-bottom: 1px solid #d1d5db;
19
  }
@@ -31,7 +31,7 @@
31
  .profile-text {
32
  margin-top: 8px;
33
  font-size: 14px;
34
- color: #4b5563;
35
  }
36
  </style>
37
  <title>Top Bar</title>
@@ -40,7 +40,7 @@
40
  <div class="top-bar">
41
  <div class="profile-container">
42
  <img src="profile.jpg" alt="Profile Image" class="profile-image">
43
- <p class="profile-text">Your Text Here</p>
44
  </div>
45
  </div>
46
  </body>
 
13
  display: flex;
14
  justify-content: center;
15
  align-items: center;
16
+ background-color: #1f1f20;
17
  padding: 10px;
18
  border-bottom: 1px solid #d1d5db;
19
  }
 
31
  .profile-text {
32
  margin-top: 8px;
33
  font-size: 14px;
34
+ color: #ffffff;
35
  }
36
  </style>
37
  <title>Top Bar</title>
 
40
  <div class="top-bar">
41
  <div class="profile-container">
42
  <img src="profile.jpg" alt="Profile Image" class="profile-image">
43
+ <p class="profile-text">TIMBOVILL</p>
44
  </div>
45
  </div>
46
  </body>