Files
hugo-profile/static/css/index.css
T
gurusabarish 202079b9b1 projects
2020-09-10 08:29:52 +05:30

172 lines
2.6 KiB
CSS

/*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;
overflow: hidden;
}
.name {
font-family: 'Alata', sans-serif;
}
.name-intro {
font-size: 20PX;
padding-top: 10%;
padding-left: 25%;
}
.profile {
padding-right: 20%;
}
.know-more {
padding-top: 10%;
padding-left: 40%;
font-family: cursive;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
.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: 90vh;
background-position: center;
}
.name-intro {
height: 200px;
padding-left: 10%;
}
.profile {
padding: 0;
text-align: center !important;
}
.home-content {
height: 30%;
background: none;
}
.know-more {
padding-top: 10%;
padding-left: 20%;
padding-right: 20%;
}
.know-more a {
color: black;
}
}
/* do things */
.do-things {
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
overflow: hidden;
}
.things-i-do {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.things {
height: 40vh;
overflow: hidden;
}
/* about */
.about {
height: 70vh;
background: url("/images/about-background.jpg");
background-position: center;
/*background-color: #63a4ff;
background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);*/
}
.jop {
font-size: 30px;
}
.about-me {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.about-content {
font-size: 20px;
}
.about-content a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 600px) {
.about {
height: auto;
}
}
/* Skill */
.skill {
height: 80vh;
background-color: #e5e9f2;
}
.skill-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
/* Projects */
.projects {
height: auto;
}
.project-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.card-img-top {
width: 100% !important;
height: 350px !important;
}
@media only screen and (max-width: 600px) {
.card-img-top {
height: 180px !important;
}
}