1
This commit is contained in:
+2
-2
@@ -10,13 +10,13 @@ display: flex;
|
||||
}
|
||||
.sidebar {
|
||||
width: 250px;
|
||||
background-color: lightskyblue;
|
||||
background-color: lightsteelblue;
|
||||
padding: 20px;
|
||||
}
|
||||
.main-content {
|
||||
flex-grow: 1;
|
||||
padding: 20px;
|
||||
background-color: lightblue;
|
||||
background-color: lightskyblue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user