Skip to content

Commit

Permalink
Modified CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandi Indika Saputra committed Apr 18, 2024
1 parent e76f46d commit d479a41
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/*for custom fonts*/
@font-face {
font-family: 'mustardo';
src: url('../fonts/mustardo/mustardo-webfont.woff2') format('woff2'),
Expand Down Expand Up @@ -8393,27 +8392,6 @@ h1, h2, h3, h4, h5,
position: relative;
z-index: 0; }

/* .navbar-brand:after {
position: absolute;
top: 50%;
left: -12px;
width: 40px;
height: 40px;
content: '';
background: #FFAC00;
z-index: -1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.navbar-brand span {
color: #fff; }*/

.hero-wrap {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -8655,15 +8633,12 @@ h1, h2, h3, h4, h5,
background: #FFAC00;
color: #fff; }

/*Particles*/
#particles-js {
position: absolute;
width: 100%;
height: 100%;
}
/*Particles*/

/*Scroll Down Animation*/
.scrollDown{
position: absolute;
top: 80%;
Expand Down Expand Up @@ -8702,7 +8677,6 @@ h1, h2, h3, h4, h5,
transform: rotate(45deg) translate(20px, 20px);
}
}
/*Scroll Down Animation*/

.ftco-about .img-about {
width: 100%;
Expand Down Expand Up @@ -9535,7 +9509,6 @@ textarea.form-control {
letter-spacing: 1px;
font-weight: 600; }

/* Blog*/
.post-info {
font-size: 12px;
text-transform: uppercase;
Expand Down

0 comments on commit d479a41

Please sign in to comment.