Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into sousu
  • Loading branch information
sousu0927 committed Feb 9, 2024
2 parents 15bff4f + 8025d78 commit 7885b7d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="image.html">
<link rel="stylesheet" href="sensor.html">
<link rel="stylesheet" href="web.html">
<title>busstop project</title>
<title>Bus Stop Project</title>
</head>

<body>
Expand All @@ -29,7 +29,7 @@

<footer class="footer">
<ul class="footer_title">
<p><a href="index.html" style="text-decoration: none;">busstop project</a></p>
<p><a href="index.html" style="text-decoration: none;">Bus Stop Project</a></p>
</ul>
<ul class="footer_bigtitle">
<li><a href="#" style="text-decoration: none;">top</a></li>
Expand Down
4 changes: 2 additions & 2 deletions image.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<div class="header" id="header">
<p class="header_content">busstop project</p>
<p class="header_content">Bus Stop Project</p>
</div>

<div class="app_title"><img src="image/bus-central.png" alt=""><h1>画像処理</h1></div>
Expand All @@ -25,7 +25,7 @@

<footer class="footer">
<ul class="footer_title">
<p><a href="index.html" style="text-decoration: none;">busstop project</a></p>
<p><a href="index.html" style="text-decoration: none;">Bus Stop Project</a></p>
</ul>
<ul class="footer_bigtitle">
<li><a href="#" style="text-decoration: none;">top</a></li>
Expand Down
7 changes: 7 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,13 @@
grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}

.grid3{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}



ul{
list-style: none;
}
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@

</div>



</main>

Expand Down
4 changes: 2 additions & 2 deletions sensor.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<div class="header" id="header">
<p class="header_content">busstop project</p>
<p class="header_content">Bus Stop Project</p>
</div>

<div class="app_title"><img src="image/bus-central.png" alt=""><h1>センサネットワーク</h1></div>
Expand All @@ -26,7 +26,7 @@

<footer class="footer">
<ul class="footer_title">
<p><a href="index.html" style="text-decoration: none;">busstop project</a></p>
<p><a href="index.html" style="text-decoration: none;">Bus Stop Project</a></p>
</ul>
<ul class="footer_bigtitle">
<li><a href="#" style="text-decoration: none;">top</a></li>
Expand Down
4 changes: 2 additions & 2 deletions web.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<div class="header" id="header">
<p class="header_content">busstop project</p>
<p class="header_content">Bus Stop Project</p>
</div>

<div class="app_title"><img src="image/bus-south.png" alt=""><h1>Web開発</h1></div>
Expand All @@ -27,7 +27,7 @@

<footer class="footer">
<ul class="footer_title">
<p><a href="index.html" style="text-decoration: none;">busstop project</a></p>
<p><a href="index.html" style="text-decoration: none;">Bus Stop Project</a></p>
</ul>
<ul class="footer_bigtitle">
<li><a href="#" style="text-decoration: none;">top</a></li>
Expand Down

0 comments on commit 7885b7d

Please sign in to comment.