This commit is contained in:
gurusabarish
2020-09-04 12:28:09 +05:30
parent 4e6c6c4899
commit 11c4ca12ac
3 changed files with 122 additions and 76 deletions
+19 -7
View File
@@ -9,6 +9,7 @@
background-size: cover;
background-repeat: no-repeat;
background-position: right bottom;
overflow: hidden;
}
.name {
@@ -31,6 +32,11 @@
font-family: cursive;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
.home-content {
padding-top: 0;
padding-left: 18%;
@@ -45,19 +51,16 @@
text-decoration-line: none;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 600px) {
.home {
height: 70vh;
background-position: initial;
height: 90vh;
background-position: center;
}
.name-intro {
height: 200px;
padding-left: 10%;
}
.profile {
@@ -75,13 +78,22 @@
padding-left: 20%;
padding-right: 20%;
}
.know-more a {
color: black;
}
}
/* about */
.about {
height: 60vh;
height: 100vh;
padding: 0;
padding-bottom: 0;
margin: 0;
overflow: hidden;
}
.things-i-do {
font-family: 'Alata', sans-serif;
}