Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Mosin committed Jul 28, 2024
1 parent f1b4b92 commit 7e29e8c
Show file tree
Hide file tree
Showing 8 changed files with 164 additions and 141 deletions.
Binary file added src/images/Group 74.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 14 additions & 21 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

<header class="header">
<div class="had">

<div class="header__all">
<div class="icon">
<a
Expand All @@ -65,7 +64,6 @@
<h1 class="header__all--title">Художній музей</h1>
</div>


<div class="header__pict">
<div class="header__all--img">
<div class="header__all--logo">
Expand All @@ -78,9 +76,6 @@ <h2 class="header__all--text">
</div>
</div>




<div class="scale3">
<div class="header__all--ticbox">
<a href="#exhidition">
Expand Down Expand Up @@ -188,11 +183,9 @@ <h2 class="header__all--text">
<div>Каса припиняє роботу за 1 годину до закриття музею</div>
</div>
</div>
</div>
</aside>

<main class="main">

<section
class="events"
id="exhidition"
Expand Down Expand Up @@ -257,8 +250,7 @@ <h2 class="header__all--text">
</div>
</div>
</section>
<div >

<div>
<div class="events__collection">
<img
class="events__collection--cover"
Expand Down Expand Up @@ -345,15 +337,13 @@ <h2 class="header__all--text">
</div>
</section>


<div>
<section id="about">
<div class="subscript">

<img
class="events__collection--cover--down"
src="././images/Rectangle 22.png"
alt="collection"
class="events__collection--cover--down"
src="././images/Rectangle 22.png"
alt="collection"
/>

<div class="events__collection--subscript">
Expand All @@ -368,14 +358,15 @@ <h2 class="header__all--text">
type="text"
action="#"
data-qa="hover"
required placeholder="E-mail"
required
placeholder="E-mail"
/>
<a href=" ">
<img
class="search-form__button search-form__container"
data-qa="hover"
src="././images/Group 57.png"
alt="email"
class="search-form__button search-form__container"
data-qa="hover"
src="././images/Group 57.png"
alt="email"
/>
</a>
</div>
Expand All @@ -386,7 +377,6 @@ <h2 class="header__all--text">
</div>
</main>


<div class="scale">
<footer class="footer">
<div class="container">
Expand Down Expand Up @@ -451,7 +441,10 @@ <h2 class="header__all--text">
</div>
<div class="menu__content--schedule2 footer__menu--schedule2">
<br />
<div><span class="menu__content--bold">Вихідні:</span> понеділок, вівторок</div>
<div>
<span class="menu__content--bold">Вихідні:</span>
понеділок, вівторок
</div>
<div>Каса припиняє роботу за 1 годину</div>
<div>до закриття музею</div>
</div>
Expand Down
27 changes: 14 additions & 13 deletions src/styles/blocks.scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
}

&__bottom {
margin-top: 0;

margin-top: -14px;
@include on-tabl-desk {
justify-content: left;
position: absolute;
top: 380px;
left: 40px;
top: 390px;
left: 50px;
}

@include on-mob-tabl {
position: relative;
top: 80px;
top: 60px;
left: -110px;
}
}
Expand All @@ -56,7 +56,6 @@
width: 170px;
height: 72px;


@include on-mob-tabl {
position: absolute;
top: -265px;
Expand All @@ -65,10 +64,10 @@
}

&__un {
width: 68px;
position: relative;
text-decoration: none;


@include on-mob-tabl {
position: relative;
left: 280px;
Expand All @@ -81,6 +80,7 @@
}

&__menu {
box-sizing: border-box;
display: flex;
margin-left: 20px;
margin-top: 15px;
Expand All @@ -93,9 +93,9 @@
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
top: -270px;
left: -95px;
position: absolute;
top: -250px;
left: 15px;
}

&--contact {
Expand All @@ -110,7 +110,7 @@
height: 210px;
position: relative;
top: 106px;
left: 170px;
left: 150px;
}

font-size: 14px;
Expand Down Expand Up @@ -149,7 +149,7 @@
width: 130px;
position: absolute;
top: 250px;
left: 0;
left: 30px;
}
}
}
Expand All @@ -171,9 +171,10 @@

@include on-mob-tabl {
transform: rotate(-90deg);
left: -55px;
left: -90px;
top: 200px;
height: 280px;
margin-bottom: 40px;
}
}
}
Expand Down Expand Up @@ -217,6 +218,6 @@
display: flex;
flex-direction: column-reverse;
text-align: center;
top: -100px;
top: 500px;
}
}
6 changes: 2 additions & 4 deletions src/styles/blocks.scss/galery.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.galery {

margin: 0 auto;
padding: 0 55px;
max-width: 1280px;

padding: 0 55px;
max-width: 1280px;

text-align: center;

Expand Down
Loading

0 comments on commit 7e29e8c

Please sign in to comment.