Skip to content

Commit fb39d51

Browse files
committedApr 9, 2025
Nest a inside button
1 parent a19298a commit fb39d51

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
 

Diff for: ‎assets/css/main.scss

+7-4
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,18 @@
152152
max-width: 500px;
153153
}
154154

155-
.con-button button {
155+
button.con-button {
156156
background-color: #f37726;
157-
color: white;
157+
158+
a {
159+
color: white;
160+
font-size: 1em;
161+
font-weight: 600;
162+
}
158163
margin: 0 .5em;
159164
padding: 1em;
160165
border-radius: 5px;
161166
border: none;
162-
font-size: 1em;
163-
font-weight: 600;
164167
cursor: pointer;
165168
}
166169

Diff for: ‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@
256256
<div class="con-program">
257257
<p>San Diego, California</p>
258258
</div>
259-
<a class="con-button" href="https://events.linuxfoundation.org/jupytercon/"><button>Conference Website</button></a>
260-
<a class="con-button" href="https://events.linuxfoundation.org/jupytercon/program/cfp/"><button>Call for Proposals</button></a>
259+
<button class="con-button"><a href="https://events.linuxfoundation.org/jupytercon/">Conference Website</a></button>
260+
<button class="con-button"><a href="https://events.linuxfoundation.org/jupytercon/program/cfp/">Call for Proposals</a></button>
261261
</div>
262262
</div>
263263
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.