Skip to content

Commit

Permalink
small adjustements
Browse files Browse the repository at this point in the history
  • Loading branch information
PadjokeJ committed Oct 27, 2024
1 parent 34a5825 commit 1e35b05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@media (min-aspect-ratio: 1/1) {
body
{
size: 1em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 0;
background: darkslategray;
Expand All @@ -17,7 +16,7 @@
h1
{
margin-bottom: 0;
font-size: 18px;
font-size: 25px;
background: darkslategray;
text-align: center;
color:aliceblue
Expand Down Expand Up @@ -62,7 +61,7 @@
{
body
{
size: 4em;
font-size: 4em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin: 0;
background: darkslategray;
Expand All @@ -83,7 +82,7 @@
h1
{
margin-bottom: 0;
font-size: 40px;
font-size: 80px;
background: darkslategray;
text-align: center;
color:aliceblue
Expand All @@ -92,7 +91,7 @@
img
{
border-radius: 20%;
width : 80%;
width : 50%;

}

Expand Down

0 comments on commit 1e35b05

Please sign in to comment.