Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
a7b71b2
1
Parent(s):
ecd9b10
Update se_mes_f.html
Browse files- se_mes_f.html +4 -21
se_mes_f.html
CHANGED
@@ -10,27 +10,10 @@ body {
|
|
10 |
padding: 0;
|
11 |
font-family: Arial, sans-serif;
|
12 |
}
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
justify-content: space-between;
|
18 |
-
padding: 20px;
|
19 |
-
}
|
20 |
-
|
21 |
-
.text-block {
|
22 |
-
flex: 1;
|
23 |
-
padding: 20px;
|
24 |
-
}
|
25 |
-
|
26 |
-
.image-block {
|
27 |
-
flex: 1;
|
28 |
-
text-align: center;
|
29 |
-
}
|
30 |
-
|
31 |
-
.image-block img {
|
32 |
-
max-width: 100%;
|
33 |
-
height: auto;
|
34 |
}
|
35 |
</style>
|
36 |
</head>
|
|
|
10 |
padding: 0;
|
11 |
font-family: Arial, sans-serif;
|
12 |
}
|
13 |
+
iframe {
|
14 |
+
width: 100%;
|
15 |
+
height: 100vh;
|
16 |
+
border: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
18 |
</style>
|
19 |
</head>
|