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 {
|
||||
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>
|
||||
|
|
Ładowanie…
Reference in New Issue