Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN committed May 15, 2024
1 parent af8b369 commit 8148221
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ header {
.article .a{
text-decoration: none;
text-align: center;
postition: relative;
position: relative;

}

Expand Down Expand Up @@ -152,10 +152,10 @@ body
}
.tile
{
width: 640;
height: 640;
width: 640px;
height: 640px;
margin: 16px auto;
padding: auto;
padding: inherit;
background-color: #1e1e1e;
display: flex;
background-size: contain;
Expand All @@ -172,8 +172,8 @@ body
.tile .text
{
z-index: 104;
position:absolute;
padding: 32px;
position:relative;
padding: auto;
height:calc(100% - 60px);
}

Expand All @@ -192,7 +192,7 @@ body
{

font-weight:300;
margin:0;
margin:auto;
text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
Expand Down Expand Up @@ -558,7 +558,7 @@ background-color 0.3s;
.article .a{
text-decoration: none;
text-align: center;
postition: relative;
position: relative;

}

Expand Down Expand Up @@ -848,7 +848,7 @@ background-color 0.3s;
.article .a{
text-decoration: none;
text-align: center;
postition: relative;
position: relative;

}

Expand Down Expand Up @@ -896,7 +896,7 @@ background-color 0.3s;
position: absolute;
padding: auto;
height:calc(100% - 60px);
align-text: middle;
align-items: middle;
}
.tile img
{
Expand Down Expand Up @@ -1201,7 +1201,7 @@ pre {
.article .a{
text-decoration: none;
text-align: center;
postition: relative;
position: relative;

}

Expand Down Expand Up @@ -1511,7 +1511,7 @@ pre {
.article .a{
text-decoration: none;
text-align: center;
postition: relative;
position: relative;

}

Expand Down

0 comments on commit 8148221

Please sign in to comment.