-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
70 lines (53 loc) · 1.1 KB
/
index.css
File metadata and controls
70 lines (53 loc) · 1.1 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
.Yn {
background-color: gainsboro;
/* padding-right:0px; */
}
.Nnav {
background-color: seagreen;
}
.imgcn {
height: 150px;
width: 150px;
}
.ccard {
height: fit-content;
width: fit-content;
}
.wordwrap {
word-wrap: break-word;
}
:-moz-any-link:focus {
outline: none;
}
.ntcon {
/* height: 100%; */
height: 45vh;
}
.bgnav1 {
background-image:linear-gradient(rgb(5, 5, 5), rgba(90, 84, 84, 0.336)),
url("bg2.jpg");
/* background-image: linear-gradient(rgb(5, 5, 5), rgba(7, 4, 4, 0.336)),
url("https://source.unsplash.com/1366x768/? cities"); */
/* background-position: top; */
/* background-color:darkcyan; */
background-size: cover;
background-attachment: fixed;
/* background-repeat: no-repeat; */
/* height: 100vh; */
/* margin:0; */
/* min-height: 90vh; */
}
.bgnav2 {
background-image: linear-gradient(rgb(5, 5, 5), rgba(90, 84, 84, 0.336)),
url("bg2.jpg");
/* background-size: cover; */
}
.bgCard {
background-color: rgb(250, 32, 32);
}
.bgaddbtn {
background-color: rgb(38, 136, 38);
}
.dn {
display: none;
}