bookmarks/css/bookmarks.css

21 lines
364 B
CSS
Raw Normal View History

2020-09-01 22:51:53 +02:00
h1.title {
font-size: 48px;
font-family: chancery,cursive,LiSu,sans-serif;
2020-09-01 22:25:42 +02:00
}
2020-09-01 22:51:53 +02:00
.tag {
background-color: transparent;
2020-09-01 22:25:42 +02:00
}
2020-09-01 22:51:53 +02:00
input#search {
display: block;
margin: auto;
2020-09-01 22:56:02 +02:00
margin-bottom: 20px;
2020-09-01 22:25:42 +02:00
width: 400px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
2020-09-01 22:51:53 +02:00
padding: 12px 20px 12px 20px;
2020-09-01 22:25:42 +02:00
}