Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-scenario-search/example-files/style.css
13401 views
1
/*---------------------------------------------------------------------------------------------
2
* Copyright (c) Microsoft Corporation and GitHub. All rights reserved.
3
*--------------------------------------------------------------------------------------------*/
4
5
body {
6
background-color:#eee;
7
}
8
9
#content {
10
background-color:#fbfbfb;
11
border:1px solid #ccc;
12
padding:10px;
13
margin:10px;
14
text-align: center;
15
}
16