Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
havesnacks authored May 24, 2024
1 parent d937bb5 commit e9426d7
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html, body, h1, h2, h3, h4, h5, h6, .logo, .sublogo, .navigation a, .contact-btn

body {
background: black;
color: white;
color: #ffffff;
height: 100%;
width: 100%;
margin: 0;
Expand Down Expand Up @@ -47,7 +47,7 @@ body {

.navigation li:before {
content: " | ";
color: #fff;
color: #ffffff;
}

.navigation li:first-child:before {
Expand All @@ -73,7 +73,7 @@ body {

#header a {
font-size: 45px;
color: #fff;
color: #ffffff;
transition: all 0.2s ease-in-out;
}

Expand All @@ -85,7 +85,7 @@ body {
font-family: 'Lora', serif;
padding: 0;
margin: 0;
color: white;
color: #ffffff;
position: center;
background: url("http://joelstephenson.com/images/bg2.jpg");
background-repeat: no-repeat;
Expand All @@ -98,7 +98,7 @@ body {
margin-top: 5px;
margin-bottom: 100px;
background: black;
color: white;
color: #ffffff;
margin-left: 75px;
margin-right: 75px;
}
Expand All @@ -107,15 +107,15 @@ body {
margin-top: 5px;
margin-bottom: 100px;
background: black;
color: white;
color: #ffffff;
margin-left: 75px;
margin-right: 75px;
}

/* Portfolio */
#portfolio {
background: #f5f5f5;
color: #55606a;
background: #ffffff;
color: #000000;
padding-left: 90px;
padding-right: 90px;
padding-top: 50px;
Expand All @@ -124,10 +124,19 @@ body {
position: relative;
}

/* Portfolio Border */
.portfolio-image {
border: 3px solid #000000;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
display: block;
margin: 0 auto;
}

/* Footer */
#footer {
background: #ffffff;
color: #55606a;
color: #000000;
padding-top: 50px;
padding-bottom: 35px;
text-align: center;
Expand Down Expand Up @@ -229,9 +238,12 @@ h6 {
justify-content: center;
width: 40px;
height: 40px;
background-color: transparent;
background-color: #ffffff;
border: 2px solid #000000;
border-radius: 50%;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
color: #000000;
text-decoration: none;
}

/* Adjust SVG Size */
Expand Down Expand Up @@ -294,6 +306,7 @@ h6 {
padding-left: 15px;
padding-right: 15px;
}

/* Image */
#wrapper1 {
padding-top: 60px;
Expand Down

0 comments on commit e9426d7

Please sign in to comment.