Skip to content

Commit

Permalink
Update Array for Users.php
Browse files Browse the repository at this point in the history
Added CSS tags for styling page for Users
  • Loading branch information
dairenyashou authored Oct 1, 2021
1 parent ca850ca commit cbb9e74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Array for Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<head>
<meta charset="utf-8">
<title>Exanthenon</title>
<style>
div {
width: 50px;
height: 50px;
background-color: salmon;
text-align: center;
line-height: 50px;
margin: 3px;
float: left;
}
</style>
</head>
<body>

Expand Down

0 comments on commit cbb9e74

Please sign in to comment.