Skip to content

Commit 618af6c

Browse files
committed
add hamburger menu formatting
1 parent 686f761 commit 618af6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

formapi/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,23 @@ body {
7070
/************Header Formatting************/
7171
header {
7272
padding: 20px;
73+
display: flex;
74+
align-items: center;
75+
justify-content: space-between;
7376
}
7477

7578
header h1 {
7679
font-family: var(--primary-title);
7780
font-size: var(--primary-font-size);
7881
color: white;
82+
}
7983

84+
/*Format hamburger menu*/
85+
.bx-menu {
86+
padding: 10px;
87+
font-size: 7em;
88+
border: 5px solid black;
89+
border-radius: 8px;
8090
}
8191
/************End of Header Formatting************/
8292

0 commit comments

Comments
 (0)