my-browser-startpage/style.css

15 lines
238 B
CSS
Raw Permalink Normal View History

2021-04-06 14:42:18 +00:00
body {
2021-04-06 18:19:12 +00:00
background: #e0e0e0;
2021-04-06 14:42:18 +00:00
}
.links-main {
2021-04-06 19:35:25 +00:00
font-size: 18.1px;
2021-04-06 14:42:18 +00:00
font-family: 'Courier New', Courier, monospace;
text-align: center;
padding-top: 200px;
2021-04-06 19:05:25 +00:00
}
.search-bar {
2021-04-06 19:35:25 +00:00
padding-left: 160px;
2021-04-06 19:05:25 +00:00
padding-top: 80px;
2021-04-06 18:19:12 +00:00
}