Skip to content

Commit 5c29ee4

Browse files
authored
Create style.css
1 parent fe3212c commit 5c29ee4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

assets/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.container {
2+
display: flex;
3+
min-height: 100vh;
4+
}
5+
.sidebar {
6+
width: 250px;
7+
background: #2c3e50;
8+
color: white;
9+
padding: 1rem;
10+
}
11+
.sidebar a {
12+
color: #ecf0f1;
13+
display: block;
14+
margin: 0.5rem 0;
15+
text-decoration: none;
16+
}
17+
.content {
18+
flex: 1;
19+
padding: 2rem;
20+
}

0 commit comments

Comments
 (0)