Skip to content

Commit

Permalink
資料追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-san1008 committed Oct 11, 2024
1 parent 69275dd commit 210a78b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion home.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ button:hover {
a {
text-align: center;
}


.header__flex {
display: flex;
height: 60px;
align-items: center;
justify-content: space-between; /* h2とbuttonの間にスペースを作り、buttonを右端に配置 */
}
3 changes: 2 additions & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
</head>

<body>
<header>
<header class="header__flex">
<h2>4択クイズ</h2>
<button class="Materials-button" aria-current="page" onclick="location.href='https://docs.google.com/presentation/d/1gdUBhjP5TL9nISUCsCIGTS9OZoIMeWqg_Kk5o-TwagQ/edit#slide=id.p'">詳細資料</button>
</header>

<p>ゼミで作成したクイズの選択ページです</p>
Expand Down

0 comments on commit 210a78b

Please sign in to comment.