1
- /********** Large devices only **********/
2
- @media (min-width : 1200px ) {
3
- .col-lg-1 , .col-lg-2 , .col-lg-3 , .col-lg-4 , .col-lg-5 , .col-lg-6 , .col-lg-7 , .col-lg-8 , .col-lg-9 , .col-lg-10 , .col-lg-11 , .col-lg-12 {
1
+ # head {
2
+ padding : 10px ;
3
+ /* border: 1px solid black; */
4
+ margin-top : 30px ;
5
+ display : flex;
6
+ justify-content : center;
7
+ align-items : center;
8
+
9
+ }
10
+
11
+ div # container {
12
+ /* background-color: #00FFFF; */
13
+ position : relative;
14
+ top : 0px ;
15
+ }
16
+
17
+ div # container3 {
18
+ /* background-color: #00FFFF; */
19
+ position : relative;
20
+ top : 0px ;
21
+ }
22
+
23
+ # Interno {
24
+ position : relative;
25
+ margin : 5% ;
26
+ border : 3px solid black;
27
+ background-color : darkgrey;
28
+ }
29
+
30
+
31
+ # t1 {
32
+ color : black;
33
+ font-family : Arial, Helvetica, sans-serif;
34
+ /* font-size: 12px; */
35
+ background-color : darksalmon;
36
+ font-weight : bold;
37
+
38
+ position : absolute;
39
+ top : 0 ;
40
+ right : 0 ;
41
+ height : 30px ;
42
+ width : 120px ;
43
+ border : 2px solid black;
44
+ border-right : 0px ;
45
+ border-top : 0px ;
46
+ float : right;
47
+ display : flex;
48
+ justify-content : center;
49
+ align-items : center;
50
+ }
51
+
52
+ # t2 {
53
+ color : white;
54
+ font-family : Arial, Helvetica, sans-serif;
55
+ /* font-size: 12px; */
56
+ background-color : firebrick;
57
+ font-weight : bold;
58
+
59
+ position : absolute;
60
+ top : 0 ;
61
+ right : 0 ;
62
+ height : 30px ;
63
+ width : 120px ;
64
+ border : 2px solid black;
65
+ border-right : 0px ;
66
+ border-top : 0px ;
67
+ float : right;
68
+ display : flex;
69
+ justify-content : center;
70
+ align-items : center;
71
+ }
72
+
73
+ # t3 {
74
+ color : black;
75
+ font-family : Arial, Helvetica, sans-serif;
76
+ /* font-size: 12px; */
77
+ background-color : khaki;
78
+ font-weight : bold;
79
+
80
+ position : absolute;
81
+ top : 0 ;
82
+ right : 0 ;
83
+ height : 30px ;
84
+ width : 120px ;
85
+ border : 2px solid black;
86
+ border-right : 0px ;
87
+ border-top : 0px ;
88
+ float : right;
89
+ display : flex;
90
+ justify-content : center;
91
+ align-items : center;
92
+ }
93
+
94
+ # box {
95
+ margin-top : 30px ;
96
+ width : 100% ;
97
+ /* height: 120px; */
98
+ padding : 10px ;
99
+ /* border: 1px solid black; */
100
+ overflow : auto;
101
+ }
102
+
103
+ .row {
104
+ width : 100% ;
105
+ }
106
+
107
+
108
+ /* MEDIA QUERIES */
109
+
110
+ /*TABLETS*/
111
+ @media (min-width : 768px ) and (max-width : 991px ) {
112
+ .col-md-1 , .col-md-2 , .col-md-3 , .col-md-4 , .col-md-5 , .col-md-6 , .col-md-7 , .col-md-8 , .col-md-9 , .col-md-10 , .col-md-11 , .col-md-12 {
4
113
float : left;
5
- border : 1px solid green;
114
+ /* border: 1px solid green; */
6
115
}
7
- .col-lg -1 {
116
+ .col-md -1 {
8
117
width : 8.33% ;
9
118
}
10
- .col-lg -2 {
119
+ .col-md -2 {
11
120
width : 16.66% ;
12
121
}
13
- .col-lg -3 {
122
+ .col-md -3 {
14
123
width : 25% ;
15
124
}
16
- .col-lg -4 {
125
+ .col-md -4 {
17
126
width : 33.33% ;
18
127
}
19
- .col-lg -5 {
128
+ .col-md -5 {
20
129
width : 41.66% ;
21
130
}
22
- .col-lg-6 {
131
+
132
+ .col-md-6 {
23
133
width : 50% ;
24
134
}
25
- .col-lg-7 {
135
+
136
+ div # container3 {
137
+ position : relative;
138
+ left : -22px ;
139
+ width : 105% ;
140
+ clear : both;
141
+ }
142
+
143
+ .col-md-7 {
26
144
width : 58.33% ;
27
145
}
28
- .col-lg -8 {
146
+ .col-md -8 {
29
147
width : 66.66% ;
30
148
}
31
- .col-lg -9 {
149
+ .col-md -9 {
32
150
width : 74.99% ;
33
151
}
34
- .col-lg -10 {
152
+ .col-md -10 {
35
153
width : 83.33% ;
36
154
}
37
- .col-lg -11 {
155
+ .col-md -11 {
38
156
width : 91.66% ;
39
- }
40
- .col-lg -12 {
157
+ }
158
+ .col-md -12 {
41
159
width : 100% ;
42
160
}
43
161
}
44
-
45
- /********** Medium devices only **********/
46
- @media (min-width : 992px ) and (max-width : 1199px ) {
47
- .col-md-1 , .col-md-2 , .col-md-3 , .col-md-4 , .col-md-5 , .col-md-6 , .col-md-7 , .col-md-8 , .col-md-9 , .col-md-10 , .col-md-11 , .col-md-12 {
162
+
163
+
164
+ /********** Large devices only **********/
165
+ @media (min-width : 992px ) {
166
+ .col-lg-1 , .col-lg-2 , .col-lg-3 , .col-lg-4 , .col-lg-5 , .col-lg-6 , .col-lg-7 , .col-lg-8 , .col-lg-9 , .col-lg-10 , .col-lg-11 , .col-lg-12 {
48
167
float : left;
49
- border : 1px solid green;
168
+ /* border: 1px solid green; */
50
169
}
51
- .col-md -1 {
170
+ .col-lg -1 {
52
171
width : 8.33% ;
53
172
}
54
- .col-md -2 {
173
+ .col-lg -2 {
55
174
width : 16.66% ;
56
175
}
57
- .col-md -3 {
176
+ .col-lg -3 {
58
177
width : 25% ;
59
178
}
60
- .col-md -4 {
179
+ .col-lg -4 {
61
180
width : 33.33% ;
62
181
}
63
- .col-md -5 {
182
+ .col-lg -5 {
64
183
width : 41.66% ;
65
184
}
66
- .col-md -6 {
185
+ .col-lg -6 {
67
186
width : 50% ;
68
187
}
69
- .col-md -7 {
188
+ .col-lg -7 {
70
189
width : 58.33% ;
71
190
}
72
- .col-md -8 {
191
+ .col-lg -8 {
73
192
width : 66.66% ;
74
193
}
75
- .col-md -9 {
194
+ .col-lg -9 {
76
195
width : 74.99% ;
77
196
}
78
- .col-md -10 {
197
+ .col-lg -10 {
79
198
width : 83.33% ;
80
199
}
81
- .col-md -11 {
200
+ .col-lg -11 {
82
201
width : 91.66% ;
83
202
}
84
- .col-md -12 {
203
+ .col-lg -12 {
85
204
width : 100% ;
86
205
}
87
- }
206
+ }
207
+
208
+
0 commit comments