-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6697a3
commit fdac3eb
Showing
1 changed file
with
187 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,187 @@ | ||
*{ | ||
margin: 0%; | ||
} | ||
body{ | ||
background-color: black; | ||
} | ||
.header{ | ||
height:100px ; | ||
display: grid; | ||
grid-template-columns: 2fr 1fr; | ||
} | ||
h1{ | ||
text-align: center; color: red; | ||
font-size: 90px; | ||
margin-left: 40px; | ||
|
||
} | ||
h1 .s1{ | ||
text-align: center; color: antiquewhite; | ||
font-size:65px ; | ||
} | ||
.s2{ | ||
text-emphasis: none; color: red; | ||
font-size: 90px; | ||
margin-left: 30px; | ||
} | ||
.s3{ | ||
text-align: center;color: antiquewhite; | ||
font-size:65px; | ||
} | ||
#h{ | ||
display: flex; | ||
justify-content: center; | ||
height: 725px; | ||
margin-top: 2px; | ||
} | ||
.option{ | ||
display: flex; | ||
justify-content: right; | ||
} | ||
.ul{ | ||
list-style: none; | ||
display: flex; | ||
flex-direction: rows; | ||
position: fixed; | ||
|
||
} | ||
li{ | ||
padding: 10px; | ||
color: antiquewhite; | ||
} | ||
.intro{ | ||
background-color:black; | ||
flex: 2; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
.i{ | ||
background-color:black; | ||
flex: 1; | ||
display: flex; | ||
justify-content: right; | ||
} | ||
img{ | ||
height: 500px; | ||
width: 500px; | ||
object-fit: cover; | ||
object-position: center; | ||
margin-right: 10px; | ||
margin-top: 100px; | ||
} | ||
.h{ | ||
color: antiquewhite; | ||
font-size: 60px; | ||
} | ||
.s4{ | ||
display: flex; | ||
flex-direction: column; | ||
font-size: 30px; | ||
justify-content: center; | ||
} | ||
.s5{ | ||
line-height: 65px; | ||
font-size: 50px; | ||
} | ||
.s6{ | ||
font-size:35px; | ||
} | ||
.s7{ | ||
|
||
font-size: 50px; | ||
} | ||
.s8{ | ||
font-size: 40px; | ||
} | ||
#a{ | ||
margin-top: 100px; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
.about{ | ||
display: flex; | ||
justify-content: center; | ||
} | ||
h1{ | ||
color:azure; | ||
font-size: 80px; | ||
margin-right: 50px; | ||
margin-left: 0px; | ||
} | ||
.content{ | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
.l{ | ||
display: flex; | ||
justify-content: center; | ||
width: 700px; | ||
|
||
} | ||
.ryt{ | ||
display: flex; | ||
flex-direction: column; | ||
width: 1; | ||
} | ||
p{ | ||
color: antiquewhite; | ||
margin-top: 10px; | ||
font-size: 50px; | ||
text-align:center; | ||
justify-content: center; | ||
width: 750px; | ||
|
||
} | ||
.a1{ | ||
margin-top: 150px; | ||
height:600px; | ||
width: 600px; | ||
object-fit: cover; | ||
object-position: center; | ||
} | ||
#more{ | ||
height: 100%; | ||
width: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
.up{ | ||
height: 80%; | ||
justify-content: center; | ||
display: flex; | ||
} | ||
.down{ | ||
height:132px; | ||
display: flex; | ||
align-items: center; | ||
background-color: white; | ||
justify-content: space-around; | ||
margin-top: 30px; | ||
} | ||
.linkedin{ | ||
margin-top: 1px; | ||
height: 50px; | ||
width: 50px; | ||
} | ||
.hm{ | ||
color:azure; | ||
font-size: 80px; | ||
margin-right: 0; | ||
} | ||
.gmail{ | ||
margin-top: 1px; | ||
height: 120px; | ||
width: 150px; | ||
|
||
} | ||
.nav1,.tele{ | ||
display: flex; | ||
align-items: center; | ||
} | ||
.tele img{ | ||
margin-top: 1px; | ||
height: 80px; | ||
width: 80px; | ||
|
||
} |