Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
powerdollkirby authored May 27, 2024
1 parent c1311ea commit 04d4bd6
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
@media (min-width: 200px) {

body {
margin: 0;
background: url(images/misc/her.png) no-repeat center center fixed;
background: url(images/misc/her.png) no-repeat center center;
font-family: monospace;
letter-spacing: 2px;
background-color: #313131;
}

img {
max-width:100%;
}

a {
color: rgb(255, 255, 255);
}

#box {

height: 730px;
width: 800px;
margin: auto;
Expand All @@ -27,7 +33,6 @@ a {
width: 800px;
margin: auto;
padding: 1px;
background-image: url()
}

.links_color {
Expand All @@ -51,6 +56,7 @@ p {
height: min-content;
padding: 1rem;
display: flex;
flex-basis: 33%;
align-items: center;
justify-content: center;
}
Expand All @@ -63,12 +69,15 @@ p {
}

h1 { color: #ffffff;
text-align: center;
}

h2 { color: #ffffff;
text-align: center;
}

h3 {color:#ffffff;
text-align: center;
}

h4 {
Expand All @@ -81,11 +90,20 @@ h5 {

h6 {
color: #ffffff;
text-align: center;
}

ul {
color: #ffffff;
font-size: large;
font-size: 20px;
font-family: Helvetica;
}
align-items: center;
justify-content: center;
}

div {
flex-basis: 100%;
}

}

0 comments on commit 04d4bd6

Please sign in to comment.