One challenge that perplexes me is how to reposition the concealed divs below the radio buttons with labels.
/*color palette: abls
[lightest to darkest]
#eeeeee
#eaffc4
#b6c399
#6a856a
#333333
*/
<!-- CSS code goes here -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="./NewbTests.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="./Assets/SumisoulLogo.png">
<title>Viewport</title>
</head>
<!-- HTML code goes here -->
I would have linked a few images to illustrate what is happening but I'm limited in links.
In essence; Before: (button 1)(button 2)(button 3)
Upon clicking any button: (button 1)[_______________________] (button 2)(button 3)
The div shows up on the side of the corresponding button. I don't really know what to do to have it align in a column without separating all of the divs and breaking the inline style of the buttons