-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
97 lines (79 loc) · 1.23 KB
/
styles.css
File metadata and controls
97 lines (79 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
*{
text-align: center;
font-weight: 500;
letter-spacing: 0.4px;
font-family:monospace;
}
#container{
margin:0px auto;
width:300px;
height:430px;
background-color: #f4f1f0;
overflow: hidden;
}
h2{
margin-bottom:0px;
margin-top:0px;
}
header{
color: white;
background-color:#606060;
border-bottom:5px solid orange;
padding:20px;
font-size: 16px;
}
#buttons{
width:95%;
display: flex;
margin:0 auto;
}
button{
flex:1 1 0;
padding:0px;
font-size: 13px;
border-radius: 3px;
border: 1px solid #606060;
}
button:nth-child(1){
margin-right:10px;
}
button:nth-child(3){
margin-left:10px;
}
body{
margin:0px;
}
h3{
font-size: 17px;
}
#search>input{
text-align: left;
padding:2px;
}
#search{
font-size: 13px;
margin-top:10px;
}
button:hover{
cursor: pointer;
}
#book{
margin:20px;
font-size: 13px;
}
h4{
text-align: left;
}
#icons{
margin:20px;
display:flex;
}
.ic:hover{
cursor:pointer;
}
.ic{
margin: 0 auto;
}
#test{
float: left;
}