Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 30, 2024
1 parent 0efb7d7 commit 229b0bc
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 28 deletions.
57 changes: 36 additions & 21 deletions css/top.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
@charset "UTF-8";

.header{
height: 0vh;
}
.header-content-wrapper{
padding: 50px 24px;
}

@media(min-width:1060px) {
#nav-open{
#nav-open {
top: -65px;
}

}

.contents-rectangle {
display: none;
}

.section-top {
margin: 40px 0 160px 0;
position: relative;
top: -80px;
z-index: -1;
}


.section-top__image-container1 {
width: 100%;
height: 30vh;
}

.section-top__image {
.section-top__image-container2 {
width: 100%;
height: 100px;
height: 15vh;
}

.section-top__image-1,
Expand All @@ -34,7 +47,7 @@

.section-top__image-1 {
background-image: url("../img/00top/utuwa_blue.JPG");

}

.section-top__image-2 {
Expand All @@ -53,8 +66,7 @@
overflow: hidden;
display: flex;
width: 100vw;
padding-top: 10px;
padding-bottom: 10px;
height: 6vh;
margin-inline: calc(50% - 50vw);
}

Expand Down Expand Up @@ -125,12 +137,10 @@


@media(min-width:1060px) {
.section-top {
margin: 80px 0 160px 0;
}
.section-top__image {
height: 200px;
}

.section-top__image {
height: 200px;
}

.section-top__name h1 {
font-size: 13rem;
Expand Down Expand Up @@ -183,16 +193,17 @@
}

@media(min-width:1060px) {
.text-container{
width: 100%;
.text-container {
width: 100%;


}

.text1 {
position: absolute;
bottom: 380px;
left: 60%;
width: 110px;
width: 110px;
height: auto;
}

Expand All @@ -201,24 +212,28 @@ width: 100%;
position: absolute;
bottom: 250px;
left: 40%;
width: 110px;
width: 110px;
height: auto;
}

.text3 {
position: absolute;
bottom: 120px;
left: 60%;
width: 110px;
width: 110px;
height: auto;
}

.text4 {
position: absolute;
bottom: -10px;
left: 40%;
width: 110px;
width: 110px;
height: auto;
}

}

.footer {
display: none;
}
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</header>
<main class="main">
<div class="section-top">
<div class="section-top__image">
<div class="section-top__image-container1">
<div class="section-top__image-1"> </div>
</div>
<div class="loop03__box no-tick js-tick">
Expand All @@ -106,7 +106,7 @@
<p class="loop03__item js-tick-item"></p>
</div>

<div class="section-top__image">
<div class="section-top__image-container2">
<div class="section-top__image-2"> </div>
</div>
<div class="loop03__box no-tick js-tick">
Expand Down Expand Up @@ -165,7 +165,7 @@
その実は何の実なのかもわからないままである。       
</p>
</div>
<div class="section-top__image">
<div class="section-top__image-container2">
<div class="section-top__image-3"> </div>
</div>
<div class="loop03__box no-tick js-tick">
Expand Down Expand Up @@ -195,17 +195,17 @@
</p>

<p class="loop03__item js-tick-item"></p>
</div> <div class="section-top__image">


</div>
<div class="section-top__image-container1">
<div class="section-top__image-4"> </div>
</div>
<!--
<div class="section-top__name">
<img class="text1" src="img/00top/中.svg" alt="naka">
<img class="text2" src="img/00top/原.svg" alt="hara">
<img class="text3" src="img/00top/菜.svg" alt="na">
<img class="text4" src="img/00top/海.svg" alt="mi">
</div>
</div> -->
</div>
</main>
<footer class="footer">
Expand Down

0 comments on commit 229b0bc

Please sign in to comment.