flex & radios
I focused a lot today on learning how flex works in CSS. This is because I’m making multi-option menus using the radio input type, for picking a heritage and background. I still have to store the data that’s inputted, but this should be relatively easy, using my old store function whenever a radio button is clicked. I also changed the onkeydown event to oninput, which stops the last character of text-inputs from not being stored. Now, the whole string is properly stored and recalled. I also changed to a variable-width font, which makes some animations very satisfying. CSS media queries are used to change certain landscape-focused divs to vertically orient when the screen is below a minimum width, i.e. a smartphone. The style is still very crude and needs some polishing, but that will come with time
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.