ITコース素材

【URL】
http://style-of-e-study.com/training1/wp-admin/
http://style-of-e-study.com/training2/wp-admin/
http://style-of-e-study.com/training3/wp-admin/
http://style-of-e-study.com/training4/wp-admin/
img{
filter:drop-shadow(5px 5px 5px #aaa);
}
background:linear-gradient(#000000,#7d7d7d);
Create stunning visuals in seconds with AI.
Remove background, cleanup pictures, upscaling, Stable diffusion and more…
<div style="text-align:center;">
</div>
@media screen and (min-width: 767px){

}
@media screen and (max-width: 767px){

}
  .navi-in > .menu-mobile{

}
<html>
<button
id="start"
style="background:linear-gradient(#0074d3,#7bbde5);
border:2px solid #505ac7;
border-radius: 5px;
padding:10px 50px 10px 50px;
color:#ffffff;
font-weight:700;
filter:drop-shadow(5px 5px 5px #aaa);
font-size:18px;
height:60px;
line-height:30px;
width:100%;">健康チェックを開始する</button>
<div id="question1" style="display:none;">質問内容を記述
<div style="filter:drop-shadow(5px 5px 5px #aaa); transform:translateZ(0); font-weight:900; text-align:center;"><input type="radio" name="A" id="A_1" value="1" required/><label for="A_1" class="yes">Yes</label>  <input type="radio" name="A" id="A_2" value="0" required/><label for="A_2" class="no">No</label>
</div>
</div>
</html>
<style>
input[type=radio]{
display:none;
}
input[type="radio"]:checked+.yes{
background: #ff7f50;
color: #ffffff;
}
input[type="radio"]:checked+.no{
background: #1e90ff;
color: #ffffff;
}
.yes{
background:#ffffff;
border:2px solid #ff7f50;
border-radius:5px;
color:#ff7f50;
height:50px;
line-height:40px;
padding:5px 30px 5px 30px;
text-align:center;
}
.no{
background:#ffffff;
border:2px solid #1e90ff;
border-radius:5px;
color:#1e90ff;
height:50px;
line-height:45px;
padding:5px 35px 5px 35px;
text-align:center;
}
</style>
<script>
document.getElementById('start').onclick = function() {
document.getElementById('question1').style.display = "";
document.getElementById('question1').scrollIntoView({behavior: 'smooth'}, true);
}

$('input[name="A"]').change(function() {
document.getElementById('question2').style.display = "";
document.getElementById('question2').scrollIntoView({behavior: 'smooth'}, true);
}
);
</script>