DmitrMakeev commited on
Commit
ddeb307
·
verified ·
1 Parent(s): e7d81c0

Update builder.html

Browse files
Files changed (1) hide show
  1. builder.html +3 -2
builder.html CHANGED
@@ -7,17 +7,18 @@
7
  <!-- GrapesJS CSS -->
8
  <link rel="stylesheet" href="https://unpkg.com/grapesjs/dist/css/grapes.min.css">
9
 
10
- <!-- Your Custom CSS -->
11
  <style>
12
  .gjs-row {
13
  display: flex;
14
  justify-content: space-between;
15
  width: 100%;
16
  height: 100px;
 
17
  }
18
  .gjs-cell {
19
  flex: 1;
20
- border: 1px solid #ccc;
21
  padding: 10px;
22
  text-align: center;
23
  }
 
7
  <!-- GrapesJS CSS -->
8
  <link rel="stylesheet" href="https://unpkg.com/grapesjs/dist/css/grapes.min.css">
9
 
10
+ <!-- Your Custom CSS -->
11
  <style>
12
  .gjs-row {
13
  display: flex;
14
  justify-content: space-between;
15
  width: 100%;
16
  height: 100px;
17
+ border: 1px dashed #ccc; /* Добавляем контур для строк */
18
  }
19
  .gjs-cell {
20
  flex: 1;
21
+ border: 1px solid #ccc; /* Добавляем контур для ячеек */
22
  padding: 10px;
23
  text-align: center;
24
  }