Project

General

Profile

bar-nav.component.css

antonella butron, 01/06/2026 11:11 AM

Download (273 Bytes)

 
1
.nav {
2
  display: flex;
3
  justify-content: space-around;
4
  align-items: center;
5

    
6
  height: 64px;
7
  background: #F3EDF7;
8
}
9

    
10
button {
11
  border: none;
12
  background: #ffffff;
13
  color: #000;
14
  padding: 0.5rem 0.75rem;
15
  border-radius: 6px;
16
  cursor: pointer;
17
}