updated the css on the form.html page

pull/73/head
Maria-Aidarus 2023-11-22 23:07:52 +03:00
rodzic 3e2020af2c
commit 0ea53c276d
1 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -69,14 +69,16 @@
#result {
margin-top: 20px;
padding: 10px;
background-color: transparent; /* Remove background color */
border: none; /* Remove border */
background-color: transparent;
border: none;
max-width: 400px;
width: 100%;
white-space: nowrap; /* Prevent wrapping to the next line */
overflow: auto; /* Enable horizontal scrolling */
text-align: left; /* Left-align text in result div */
}
overflow: hidden; /* Hide the overflow */
text-align: center; /* Center-align text in result div */
margin-left: auto; /* Move to the center horizontally */
margin-right: auto; /* Move to the center horizontally */
}
</style>
</head>
<body>