Skip to content

Commit 463c0a7

Browse files
author
Farshad
committed
save progres
1 parent dd2cb36 commit 463c0a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

css/style.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ footer {
233233
}
234234

235235
.singer-name {
236+
max-width: 250px;
236237
margin: 20px 5px 20px 10px;
237238
color: white;
238239
display: grid;
@@ -268,11 +269,12 @@ footer {
268269

269270
.control-panel {
270271
padding: 10px 5px 20px 5px;
271-
width: 100%;
272+
display: grid;
273+
grid-template-rows: 50px 50px;
274+
border: 5px solid red;
272275
}
273276
.contorl-buttons {
274277
margin: auto;
275-
width: 50%;
276278
}
277279
.contorl-buttons svg {
278280
height: 25px;
@@ -291,12 +293,12 @@ footer {
291293
}
292294

293295
.range-form {
294-
display: grid;
295-
grid-template-columns: 1fr 3fr 1fr;
296-
grid-template-areas: '. music-range .';
296+
margin: auto;
297+
width: 70%;
297298
}
298299
#music-range {
299-
grid-area: music-range;
300+
max-width: 500px;
301+
width: 100%;
300302
}
301303

302304

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ <h5>
245245
</div>
246246
</section>
247247
<section class="control-panel">
248-
<div class="controls">
249-
<div class="contorl-buttons">
248+
<div class="contorl-buttons">
250249
<svg fill="#000000" height="800px" width="800px" version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
251250
viewBox="0 0 32 32" xml:space="preserve">
252251
<g>
@@ -280,7 +279,6 @@ <h5>
280279
c0.2,0,0.4-0.1,0.6-0.2L17,18v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1V9C24,8.4,23.6,8,23,8z"/>
281280
</svg>
282281
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M27.1 14.313V5.396L24.158 8.34c-2.33-2.325-5.033-3.503-8.11-3.503C9.902 4.837 4.901 9.847 4.899 16c.001 6.152 5.003 11.158 11.15 11.16 4.276 0 9.369-2.227 10.836-8.478l.028-.122h-3.23l-.022.068c-1.078 3.242-4.138 5.421-7.613 5.421a8 8 0 0 1-5.691-2.359A7.993 7.993 0 0 1 8 16.001c0-4.438 3.611-8.049 8.05-8.049 2.069 0 3.638.58 5.924 2.573l-3.792 3.789H27.1z"/></svg>
283-
</div>
284282
</div>
285283
<div class="range-form">
286284
<time>0:00</time>

0 commit comments

Comments
 (0)