-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdistricts.css
More file actions
99 lines (85 loc) · 1.34 KB
/
districts.css
File metadata and controls
99 lines (85 loc) · 1.34 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
98
99
* {
margin: 0px;
padding: 0px;
}
body {
/* background-image:url("images/kathakaliillu.png"); */
background-size: cover;
/* background-repeat: no-repeat */
}
.navbar {
padding: 20px;
}
a:link,
a:visited {
color: rgb(123, 104, 104);
display: inline-block;
font-size: 14px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
letter-spacing: 0.5mm;
}
a:hover,
a:active {
color: rgb(0, 0, 0) !important;
/* background-color:whitesmoke; */
text-decoration: line;
}
.geobg {
background-color: black;
}
.rimg {
border-radius: 1.5rem;
}
.col-left {
position: relative;
padding-left: 0px;
padding-top: 5px;
padding-right: 280px;
display: flex;
}
.col-right {
position: absolute;
padding-top: 0px;
padding-left: 600px;
}
.dfont {
font-family: "Lato", sans-serif;
font-family: "Playfair Display", serif;
font-family: "Rubik", sans-serif;
font-size: 25px;
letter-spacing: 0.3mm;
color: rgb(0, 0, 0);
font-weight: 300;
}
/* alappuzha */
.bgp {
background-image: url(images/kathakaliillu.png);
}
.aa:hover {
color: rgb(54, 56, 58) !important;
}
.rcol{
display: flex;
}
@media (max-width:760px)
{
.rcol{
display: block;
}
}
@media (max-width:900px)
{
.rrow
{
flex-wrap: nowrap !important;
}
}
@media (max-width:900px)
{
.rrow2
{
display: grid;
padding: 25px;
}
}