-
Notifications
You must be signed in to change notification settings - Fork 0
/
krishna.css
111 lines (99 loc) · 1.92 KB
/
krishna.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
101
102
103
104
105
106
107
108
109
110
111
@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #0256F2;
color: #fff;
}
.container {
padding: 30px 50px;
}
#search-form {
width: 30%;
margin: 0 auto;
position: relative;
}
#search-form input {
width: 100%;
font-size: 1.5rem;
padding: 10px 15px;
border: 2px solid black;
border-radius: 53px;
}
#search-form button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
background: black;
border-radius: 27px;
outline: none;
border: none;
width: 3rem;
text-align: center;
font-size: 1.75rem;
cursor: pointer;
border: 1px solid black;
}
.info {
margin-top: 0.5em;
text-align: center;
font-size: 2em;
}
@media (max-width: 1200px) {
#search-form { width: 50%; }
}
@media (max-width: 768px) {
.container { padding: 30px 35px; }
#search-form { width: 100%; }
.info { font-size: 2em; }
}
#head{
text-align: center;
font-size: 3em;
}
#foot{
text-align: center;
background: #0241f2e0;
font-size: 2em;
}
#nav {
background: linear-gradient(to bottom,red,blue);
max-width: 100VW;
}
#nav a{
color: white;
text-decoration: none;
max-width: 100VW;
font-size: 1.2em;
}
#nav a:hover{
background: red;
font-size: 1.4em;
}
@media (max-width: 768px) {
#head { padding: 4px 5px;}
#head { width: 100%; }
}
@media (max-width: 768px) {
#foot { padding: 30px 35px; font-size:1em; }
#foot { width: 100%; }
}
@media (max-width: 768px) {
.info { padding: 30px 35px; font-size:1em; }
.info { width: 100%; }
}
@media (max-width: 768px) {
#nav a { padding: 0px 5px; font-size:1em; }
#nav a{ width: 100%; }
}
#aboutnp{
text-align: justify;
}
@media (max-width: 758px) {
table{ padding: 0px 5px;}
table { width: 90%; }