Uncategorized

FLEXBOX

align-items flex-start: Items align to the top of the container. flex-end: Items align to the bottom of the container. center: […]

css

Flexbox – justify-content

justify-content: flex-end; will move the frog to the right. flex-start: Items align to the left side of the container. flex-end:

json

Excel/JSON convert

<!DOCTYPE html> <html> <head> <title>File Parser</title> <script src=”https://code.jquery.com/jquery-3.6.0.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.9/xlsx.full.min.js”></script> <script> $(document).ready(function() { // Get the file input element var

Scroll to Top