home
This commit is contained in:
+28
-2
@@ -17,8 +17,18 @@
|
||||
|
||||
.name-intro {
|
||||
font-size: 20PX;
|
||||
padding-top: 6%;
|
||||
padding-left: 20%;
|
||||
padding-top: 10%;
|
||||
padding-left: 25%;
|
||||
}
|
||||
|
||||
.profile {
|
||||
padding-right: 20%;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-top: 10%;
|
||||
padding-left: 40%;
|
||||
font-family: cursive;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
@@ -35,6 +45,11 @@
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
.know-more a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.home {
|
||||
height: 70vh;
|
||||
@@ -45,10 +60,21 @@
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.profile {
|
||||
padding: 0;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
height: 30%;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-top: 10%;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
Reference in New Issue
Block a user