fix: height of button (partial fix)
This commit is contained in:
parent
7d7b6d5667
commit
cc222e5691
@ -88,12 +88,12 @@
|
||||
|
||||
#button-start {
|
||||
width: 80%;
|
||||
padding: 10px 20px;
|
||||
padding: 10px 16px;
|
||||
background-color: #007BFF;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 2rem;
|
||||
font-size: 8rem;
|
||||
font-size: 2rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
margin-top: 5px;
|
||||
@ -177,11 +177,11 @@
|
||||
<img id="pantomime-img" class="hidden" src="animals.png" alt="Pantomime Image" />
|
||||
</div>
|
||||
<button type="button" id="button-start" onclick="handleClick()">
|
||||
<svg id="svg-next" class="removed" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="18rem"
|
||||
<svg id="svg-next" class="removed" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="6rem"
|
||||
fill="#e3e3e3">
|
||||
<path d="M660-240v-480h80v480h-80Zm-440 0v-480l360 240-360 240Zm80-240Zm0 90 136-90-136-90v180Z" />
|
||||
</svg>
|
||||
<svg id="svg-start" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="18rem" fill="#e3e3e3">
|
||||
<svg id="svg-start" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="6rem" fill="#e3e3e3">
|
||||
<path d="M320-200v-560l440 280-440 280Zm80-280Zm0 134 210-134-210-134v268Z" />
|
||||
</svg>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user