Files
chrome-extensions-samples/api-samples/topSites/magic8ball/newTab.css
Xuezhou Dai 0af7b5132d Add topsites/basic sample (#967)
* Update sample file structure.

* Update description

* Fix wrong favicon path

* Add basic sample

* Update README.md

* Fix comments
2023-07-06 11:19:56 +01:00

29 lines
487 B
CSS

/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
html {
background-color: #ddd;
}
#spacer {
height: 200px;
}
#title {
color: #555;
font-weight: bold;
height: 200px;
vertical-align: middle;
}
#mostVisitedThumb {
background-repeat: no-repeat;
height: 200px;
margin-left: 20px;
padding-left: 20px;
vertical-align: middle;
width: 212px;
}