Update builder.html
Browse files- builder.html +1 -5
builder.html
CHANGED
@@ -10,11 +10,7 @@
|
|
10 |
<!-- Your Custom CSS -->
|
11 |
<!-- Your Custom CSS -->
|
12 |
<style>
|
13 |
-
|
14 |
-
display: flex;
|
15 |
-
justify-content: space-between;
|
16 |
-
border: 1px dashed #ccc; /* Добавляем контур для строк */
|
17 |
-
}
|
18 |
.gjs-cell {
|
19 |
flex: 1;
|
20 |
border: 1px solid #ccc; /* Добавляем контур для ячеек */
|
|
|
10 |
<!-- Your Custom CSS -->
|
11 |
<!-- Your Custom CSS -->
|
12 |
<style>
|
13 |
+
|
|
|
|
|
|
|
|
|
14 |
.gjs-cell {
|
15 |
flex: 1;
|
16 |
border: 1px solid #ccc; /* Добавляем контур для ячеек */
|