Skip to content

Commit b1940d1

Browse files
authored
Update home.css
1 parent 565316e commit b1940d1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

styles/home.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
#homePageIntroBox {
10-
background-color: #000000;
10+
background-color: #151515;
1111
width: 50%;
1212
height: 100vh;
1313
margin: 0px;
@@ -47,7 +47,7 @@
4747

4848
#homePageSeperatorBox {
4949
background-color: #505050;
50-
width: 10%;
50+
width: 140px;
5151
height: 100vh;
5252
border-radius: 0px 0px 70px 0px;
5353
}
@@ -78,9 +78,9 @@
7878
font-size: 28px;
7979
margin: 20px 0px 20px 0px;
8080
font-family: 'JetBrainsMono-Regular';
81-
color: #000000;
81+
color: #151515;
8282
text-align: center;
83-
border: 3px solid #000000;
83+
border: 3px solid #151515;
8484
border-radius: 100px;
8585
-webkit-transition: all 0.2s ease;
8686
-moz-transition: all 0.2s ease;
@@ -91,9 +91,8 @@
9191
}
9292

9393
.homePageButtons:hover {
94-
background-color: #000000;
94+
background-color: #151515;
9595
color: #E6E6E6;
96-
9796
}
9897

9998
#projects_color_bar {
@@ -108,11 +107,14 @@
108107
width: 300px;
109108
height: 400px;
110109
background-color: #505050;
111-
margin: 50px 50px;
110+
margin: 30px 50px;
112111
border-radius: 70px;
113112
overflow: hidden;
114113
border: 4px solid #505050;
115114
text-align: center;
115+
box-shadow: 0px 15px 20px 3px rgba(0,0,0,1);
116+
-webkit-box-shadow: 0px 15px 20px 3px rgba(0,0,0,1);
117+
-moz-box-shadow: 0px 15px 20px 3px rgba(0,0,0,1);
116118
-webkit-transition: all 0.2s ease;
117119
-moz-transition: all 0.2s ease;
118120
-o-transition: all 0.2s ease;
@@ -121,9 +123,9 @@
121123
}
122124

123125
.toolsListing:hover {
124-
box-shadow: 2px 36px 79px -4px rgba(0,0,0,0.75);
125-
-webkit-box-shadow: 2px 36px 79px -4px rgba(0,0,0,0.75);
126-
-moz-box-shadow: 2px 36px 79px -4px rgba(0,0,0,0.75);
126+
box-shadow: 0px 15px 35px 4px rgba(0,0,0,1);
127+
-webkit-box-shadow: 0px 15px 35px 4px rgba(0,0,0,1);
128+
-moz-box-shadow: 0px 15px 35px 4px rgba(0,0,0,1);
127129
transform: translate(0px,-15px);
128130
background-color: #606060;
129131
border: 4px solid #606060;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy