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 { #result {
margin-top: 20px; margin-top: 20px;
padding: 10px; padding: 10px;
background-color: transparent; /* Remove background color */ background-color: transparent;
border: none; /* Remove border */ border: none;
max-width: 400px; max-width: 400px;
width: 100%; width: 100%;
white-space: nowrap; /* Prevent wrapping to the next line */ white-space: nowrap; /* Prevent wrapping to the next line */
overflow: auto; /* Enable horizontal scrolling */ overflow: hidden; /* Hide the overflow */
text-align: left; /* Left-align text in result div */ 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> </style>
</head> </head>
<body> <body>