Skip to content

Commit

Permalink
updet pex to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
Birhan-lab committed Dec 9, 2024
1 parent 05fed65 commit c121522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wireframe/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
body{
background-color:orange;
font-family:'Courier New', Courier, monospace;
margin: 0;
padding: 0;
margin: 0rem;
padding: 0rem;
display: flex;
flex-direction: column;
color: aliceblue;

}
header h1{
color: #000;
padding: 20;
padding: 20rem;
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
Expand Down

0 comments on commit c121522

Please sign in to comment.