-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
100 lines (87 loc) · 1.34 KB
/
custom.css
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
98
99
100
.lnr {
display: inline-block;
fill: currentColor;
width: 1em;
height: 1em;
vertical-align: -0.05em;
stroke-width: 2;
}
.lnr-cart {
width: 1.5em;
height: 1.5em;
}
.lnr-magnifier {
color: #000000;
}
.navbar-nav li {
margin-right: 3em;
}
section {
margin-top: 40px;
}
.h {
text-align: center;
}
.card-body {
align-content: center;
}
footer {
margin-top: 60px;
padding: 5em;
color: white;
}
/* Minu lisatud css */
h1 {
margin-bottom: 15px;
}
.esimene a,
.teine a {
text-decoration: none;
color: white;
}
.esimene a:hover,
.teine a:hover {
text-decoration: none;
color: white;
}
.footer li {
list-style: none;
margin-bottom: 15px;
}
.logod a {
margin: 0px 5px;
}
.carousel-item img {
opacity: 0.7;
}
.carousel-caption {
margin-bottom: 15%;
}
.galeriiblogi {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.galeriiblogi .column {
flex: 33.3%;
width: auto;
overflow: hidden;
padding: 0 5px;
height: 100%;
}
.galeriiblogi .column img {
width: 100%;
height: 100%;
margin-top: 5px;
margin-bottom: 5px;
cursor: pointer;
filter: grayscale(100%) brightness(50%);
transition: 0.15s;
border-radius: 2%;
}
.galeriiblogi .column img:hover {
filter: none;
}
.galeriiblogi .column p {
padding: 5px 5px;
}