-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (48 loc) · 896 Bytes
/
style.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
@media(min-width: 768px) {
.news-input {
width: 50%;
}
}
.bodyOf {
min-height: 100vh;
background-image: linear-gradient(to bottom, white, blue, black);
}
.bgothers {
background-image: linear-gradient(to bottom, white, blue, black);
border: 2px solid black !important;
}
#navigation .navbar-brand:hover {
color: blue;
}
#like:hover {
color: red;
}
.shar:hover {
color: blue !important;
}
.nav-item:hover {
text-decoration: underline;
}
/* .ps {
top: 15px;
z-index: 50;
} */
@media (max-width: 426px) {
.container-fluid {
width: 95% !important;
}
.container-fluid .row {
margin: 0;
width: 100% !important;
}
.rounded, .sec {
padding: 0 !important;
}
.w-75 {
width: 100% !important;
}
.bgothers .px-4 {
padding: 0 !important;
}
px-4
}