From fdac3eb64e81a27284dc309511e74b74ea5f1e6e Mon Sep 17 00:00:00 2001 From: rkshankar05 <168268507+rkshankar05@users.noreply.github.com> Date: Mon, 20 May 2024 10:49:26 +0530 Subject: [PATCH] Add files via upload --- int.css | 187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 int.css diff --git a/int.css b/int.css new file mode 100644 index 0000000..579129e --- /dev/null +++ b/int.css @@ -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; + +} \ No newline at end of file