Skip to content

Commit

Permalink
Sergio 16ths
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianastan committed Dec 29, 2023
1 parent bf9480b commit 4fc137d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sergio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<body>
<div class="row" style="margin-top:10px; margin-bottom:10px; text-align:center">
<h2>16ths grid</h2>
<div class="title">16ths grid</div>
<h4>Sergio Ponti</h4>
</div>
<div class="row" id="bar-counter">
Expand Down
14 changes: 7 additions & 7 deletions sergio/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

html {
height: 100%;
height: 90%;
}


Expand Down Expand Up @@ -66,8 +66,8 @@ body {


#play-button {
width: 150px;
height: 150px;
width: 15%;
height: 15%;

display: flex;
align-items: center;
Expand All @@ -76,9 +76,9 @@ body {
}

.title {
margin-bottom: 40px;
font-size: 40px;
text-align: center;
margin-top: 40px;
margin-bottom: 10px;
font-size: 18pt;
}

#tempo {
Expand Down Expand Up @@ -154,7 +154,7 @@ body {
button {
padding: 6px;
border: none;
border-radius: 100%;
border-radius: 5%;
width: 40px;
height: 40px;
margin: 5px;
Expand Down

0 comments on commit 4fc137d

Please sign in to comment.