kopia lustrzana https://github.com/learn-awesome/learndb
updated the css on the form.html page
rodzic
3e2020af2c
commit
0ea53c276d
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue