Commit
This commit is contained in:
+16
-26
@@ -15,7 +15,6 @@ body {
|
||||
background-size: cover;
|
||||
text-align: center;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
@@ -29,6 +28,20 @@ body {
|
||||
position: fixed;
|
||||
overflow: auto;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Aldo the Apache";
|
||||
src: url("css/font/AldotheApache.eot");
|
||||
src: url("css/font/AldotheApache.ttf") format("truetype"),
|
||||
url("css/font/AldotheApache.otf") format("opentype"),
|
||||
url("css/font/AldotheApache.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "eyelevation6";
|
||||
src: url("css/font/eyelevation6.eot");
|
||||
src: url("css/font/eyelevation6.ttf") format("truetype"),
|
||||
url("css/font/eyelevation6.otf") format("opentype"),
|
||||
url("css/font/eyelevation6.woff") format("woff");
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
@@ -54,14 +67,14 @@ h2 {
|
||||
max-height: 700px;
|
||||
position: relative;
|
||||
top: 1vw;
|
||||
left: 0;
|
||||
left: 1vw;
|
||||
text-align: center;
|
||||
}
|
||||
.inner-div {
|
||||
-webkit-text-fill-color: white;
|
||||
-webkit-text-stroke-width: 1px;
|
||||
-webkit-text-stroke-color: black;
|
||||
background-color: dimgray;
|
||||
|
||||
opacity: 0.8;
|
||||
align-content: space-around;
|
||||
left: 40%;
|
||||
@@ -89,26 +102,6 @@ h2 {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Aldo the Apache",sans-serif;
|
||||
src: url("css/font/AldotheApache.ttf");
|
||||
src: url("css/font/AldotheApache.eot") format("eot"),
|
||||
url("css/font/AldotheApache.otf") format("otf"),
|
||||
url("css/font/AldotheApache.woff") format("woff");
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: "eyelevation6",sans-serif;
|
||||
src: url("css/font/eyelevation6.eot");
|
||||
src: url("css/font/eyelevation6.ttf") format("ttf"),
|
||||
url("css/font/eyelevation6.otf") format("otf"),
|
||||
url("css/font/eyelevation6.woff") format("woff");
|
||||
}
|
||||
|
||||
/* The Overlay (background) */
|
||||
.overlay {
|
||||
/* Height & width depends on how you want to reveal the overlay (see JS below) */
|
||||
@@ -184,12 +177,9 @@ h2 {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
.contactDetails > i {
|
||||
font-size: 3vw;
|
||||
color: white;
|
||||
|
||||
}
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
@@ -126,15 +126,6 @@ particlesJS('particles-js',
|
||||
"particles_nb": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"retina_detect": true,
|
||||
"config_demo": {
|
||||
"hide_card": false,
|
||||
"background_color": "#b61924",
|
||||
"background_image": "",
|
||||
"background_position": "50% 50%",
|
||||
"background_repeat": "no-repeat",
|
||||
"background_size": "cover"
|
||||
}
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user