forked from JibyJoseph/Basic-Html-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse.css
More file actions
92 lines (66 loc) · 1.29 KB
/
response.css
File metadata and controls
92 lines (66 loc) · 1.29 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
body
{
background: #fff;
line-height: 30px;
}
.box1
{
height: 450px;
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.box2{
height: 450px;
width: 100%;
padding-left: 30px;
padding-right: 30px;
background-image: url(../image/pana.jpg);
font: bold;
background-size: cover;
display: table;
background-attachment: fixed;
}
col-md-4
{padding-left:30px;}
@media (min-width: 1201px) and (max-width: 2500px) { .container
{ height: 150px;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
.container
{ height: 100px;
}
{text-align: center;
font-size: 30px;}
}
h1
{text-align: center; }
h2
{text-align: center;
font-size: 20px;}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1119px) {
.container
{ height: 75px;
}
h2{text-align: center;
font-size: 15px;
}
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {.container
{ height: 25px;
}
h2{text-align: center;
font-size: 10px;}
}}
/* Landscape phones and down */
@media (max-width: 480px) {.container
{ height: 10px;
}
h2{text-align: center;
font-size: 5px;}
}
}