Skip to content

Commit

Permalink
ssss
Browse files Browse the repository at this point in the history
  • Loading branch information
enterheadlines authored Nov 30, 2024
1 parent 365f6c7 commit 63b50bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ body{
font-weight: 500;
}
.buttonrow {
text-align: center;
display: flex;
}

/* Create three equal columns that sits next to each other */
.buttoncolumn {
text-align: center;
flex: 0%;
padding: 5px;
margin: 0px;
Expand All @@ -35,5 +37,11 @@ body{
transition: all 0.5s ease;
box-shadow: 0 0 10px rgba(235, 8, 247, 0.5);
cursor: pointer;

}
.text{
font-size: larger;
font-weight: 500;
}
.quote{
font-size: small;
}
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
</script>
</head>
<body>
<h1>Entertopia</h1>
<center>
<h1 class="text">Entertopia</h1>
<h2 class="quotes">Loading...</h2>
</center>
<div class="buttonrow">
<div class="buttoncolumn">
<a href="" title="Games">
Expand Down

0 comments on commit 63b50bf

Please sign in to comment.