Skip to content

Commit

Permalink
more minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaighted committed Jun 14, 2024
1 parent cc8c695 commit 1733353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<!--This is the first section-->
<div class="section-one">
<div class="header-bottom">
<div class="section-one-box">
<div class="textbox">
<div class="big">This website is awesome</div>
<div class="little">This site is in progress!</div>
Expand Down
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
align-items: stretch;
}

.header-bottom{
.section-one-box{
font-weight: 800;
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -72,6 +72,7 @@
background-color: #3882f6;
border-radius: 10px;
width: 60px;
height: 20px;
text-align: center;
}

Expand Down Expand Up @@ -167,7 +168,9 @@ figcaption{
border-color: white;
border-radius: 10px;
color: white;
width: 60px;
min-width: 50px;
min-height: 20px;

}

.footer{
Expand Down

0 comments on commit 1733353

Please sign in to comment.