-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
106 lines (104 loc) · 1.87 KB
/
responsive.css
File metadata and controls
106 lines (104 loc) · 1.87 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
100
101
102
103
104
105
106
@media only screen and (max-width:600PX)
{
.login-page{
position: static;
width: 90%;
padding: 5%;
margin-top: 20px;
}
.login-page h4{
font-size: 25px;
font-weight: bold;
}
input, select{
font-size: 15px;
}
.doctor-img{
display: none;
}
.color1, .blue, .color2, .color4{
text-align: center;
}
[class*=color3]{
display: none;
}
.table{
display: none;
}
.box3 .table2{
width: 70%;
}
.box4{
height: auto;
}
.float-left{
position: static;
float: none;
width: 90%;
}
.float-right{
position: static;
float: none;
width: 90%;
padding: 5%;
}
.float-right p{
position: static;
text-align: center;
}
#h3{
position: static;
}
.student-img{
position: static;
width: 20%;
}
.logo{
display: none;
}
.some-text{
position: absolute;
text-align: center;
font-size: 10px;
top: 75%;
left: 100px;
margin-top: 14px;
line-height: 24px;
}
.quote{
position: relative;
width: 5%;
left: -25px;
}
.slider1, .slider{
position: static;
}
.content, h1 {
font-size: 15px;
}
.content strong{
font-size: 22px;
}
.box7 p{
font-size: 12px;
}
.box7 h3{
font-size: 20px;
}
.h3{
font-size: 12px;
}
.box4 h3{
text-align: center;
}
.box5{
flex-direction: column;
margin-bottom: 12px;
}
.box5 .content{
margin-bottom: 12px;
}
.box6{
width: 70%;
}
}