Ver Fonte

Merge branch 'blueBranch' into allTestUrgent

qymljy há 5 meses atrás
pai
commit
3c5b27aeb6
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      public/codeToFile.html

+ 3 - 1
public/codeToFile.html

@@ -43,6 +43,7 @@
                 height: 150px;
                 height: 150px;
                 border-radius: 8pt;
                 border-radius: 8pt;
                 border: #cccccc solid 1px;
                 border: #cccccc solid 1px;
+                background-color: #FFFFFF;
                 display: flex;
                 display: flex;
                 justify-content: left;
                 justify-content: left;
                 margin-bottom: 20px;
                 margin-bottom: 20px;
@@ -66,6 +67,7 @@
                 max-height: 500pt;
                 max-height: 500pt;
                 overflow: auto;
                 overflow: auto;
                 border: 1px solid #707070;
                 border: 1px solid #707070;
+                padding: 20pt;
                 border-radius: 10pt;
                 border-radius: 10pt;
             }
             }
             .container {
             .container {
@@ -93,7 +95,7 @@
             }
             }
         </style>
         </style>
     </head>
     </head>
-    <body style="background-color: #003399 ">
+    <body style="background-color: #003399;margin: 0;padding: 0">
         <div class="img-div" id="backgroundDiv">
         <div class="img-div" id="backgroundDiv">
             <img src="./img/logo.png" width="164pt" height="164pt" class="logo-margin">
             <img src="./img/logo.png" width="164pt" height="164pt" class="logo-margin">
         </div>
         </div>