Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 12, 2024
1 parent fdc4d13 commit 32d15ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,21 @@ <h2 class="fourth" id="section4">4. So, Have the Saved Files Really Disappeared?
In this case, two folders "files" and "info" appeared.
</p>
<p class="four"></p>
<ul class="files_info">
<img class="files" src="Hidden_folder-.Trash_files.png" alt=".Trash-files" />
<img class="info" src="Hidden_folder-.Trash_info.png" alt=".Trash-info" />
<ul>
<div class="files_info">
<div>
<img src="Hidden_folder-.Trash_files.png" alt=".Trash-files">
<p></p>
</div>
<p class="txt-contents"></p>
</div>
<div class="files_info">
<div>
<img src="Hidden_folder-.Trash_info.png" alt=".Trash-info">
<p></p>
</div>
<p class="txt-contents"></p>
</div>
</ul>
<p class="four"></p>
<p class="four"></p>
Expand Down
13 changes: 2 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,8 @@
}

.files_info {
display: flex;
}

.files {
width: 300;
height: 200;
}

.info {
width: 300;
height: 200;
float: left;
width: 25%;
}

.fifth {
Expand Down

0 comments on commit 32d15ff

Please sign in to comment.