kopia lustrzana https://github.com/learn-awesome/learndb
updated the css on the form.html page
rodzic
312b2e686a
commit
4e1809280c
|
@ -27,6 +27,7 @@
|
|||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
text-align: left; /* Left-align form elements */
|
||||
}
|
||||
|
||||
label {
|
||||
|
@ -62,12 +63,12 @@
|
|||
#result {
|
||||
margin-top: 20px;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
background-color: transparent; /* Remove background color */
|
||||
border: none; /* Remove border */
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
text-align: left; /* Left-align text in result div */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Ładowanie…
Reference in New Issue