home
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,29 @@
|
||||
/*blog*/
|
||||
.item-title {
|
||||
font-family: 'Alata', sans-serif;
|
||||
color: rgba(0, 0, 0, 0.541);
|
||||
}
|
||||
|
||||
.blog-tags {
|
||||
color: rgb(0, 204, 255);
|
||||
}
|
||||
|
||||
.read-more:hover {
|
||||
background-color: transparent;
|
||||
color: #007bff;
|
||||
}
|
||||
|
||||
.read-more:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.img-fluid {
|
||||
width: 100% !important;
|
||||
height: 350px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.img-fluid {
|
||||
height: 200px !important;
|
||||
}
|
||||
}
|
||||
Vendored
+7
File diff suppressed because one or more lines are too long
@@ -0,0 +1,4 @@
|
||||
/*footer*/
|
||||
.footer {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
/*home*/
|
||||
|
||||
.home {
|
||||
height: 100vh;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
background-image: url(/images/background.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: 'Alata', sans-serif;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
font-size: 20PX;
|
||||
padding-top: 6%;
|
||||
padding-left: 20%;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
padding-top: 0;
|
||||
padding-left: 18%;
|
||||
padding-right: 5%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 80%;
|
||||
background-image: url(/images/gif.gif);
|
||||
}
|
||||
|
||||
.social a:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home {
|
||||
height: 70vh;
|
||||
background-position: initial;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
height: 30%;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
.about {
|
||||
height: 60vh;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user