-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
50 lines (40 loc) · 717 Bytes
/
styling.css
File metadata and controls
50 lines (40 loc) · 717 Bytes
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
.btn {
transition-duration: 0.25s
}
.btn:hover {
color: orange;
}
#search-form {
min-width: 100%;
}
.search-form {
border-radius: 30px 0px 0px 30px;
}
.search-btn {
border-radius: 0px 30px 30px 0px;
cursor:pointer;
}
.row {
padding: 10px
}
body {
background: linear-gradient(90deg, #471054, #7F488C, #9F72A8, #7F488C, #471054) no-repeat center center fixed; /* Safari 5.1 to 6.0 */}
.container {
/* background-color : red; */
padding: 10px;
}
.btn-selection {
background-color: blue
}
.thumbnail-sm {
max-width: 100px
}
.thumbnail-md {
max-width: 175px
}
.img-rounded {
border-radius: 50px;
}
.table > tbody > tr > td {
vertical-align: middle;
}