From ff7744038f4f3a9f7e76f6319db01ee20a065454 Mon Sep 17 00:00:00 2001 From: Yuktashettigar16 <76399321+Yuktashettigar16@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:21:30 +0530 Subject: [PATCH] Tried making contact html page i am a beginner , just tried making this one. Hope it is good. Thank You --- Contact_Yuktashettigar16 | 125 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 Contact_Yuktashettigar16 diff --git a/Contact_Yuktashettigar16 b/Contact_Yuktashettigar16 new file mode 100644 index 0000000..ca610e9 --- /dev/null +++ b/Contact_Yuktashettigar16 @@ -0,0 +1,125 @@ + +
+
+

Contact Me

+
+
+
Contact Details
+

Contact me to know more details

+
+
+ +
+
Address
+
Bengaluru, Karnataka , India
+
+
+
+ +
+
Email
+
xyz342.abc.edu.in
+
+
+
+ +
+
Phone
+
(91) 90909 09090 or (91) 12345 67890
+
+
+
+
+
+ +
+
+
+
+ + + + + + + + + + +CSS styles (optional): + + +/* contact section styling */ + +.contact .contact-content .column { + width: calc(50% - 30px); +} + +.contact .contact-content .text { + font-size: 20px; + font-weight: 600; + margin-bottom: 10px; +} + +.contact .contact-content .left p { + text-align: justify; +} + +.contact .contact-content .left .icons { + margin: 10px 0; +} + +.contact .contact-content .row { + display: flex; + height: 65px; + align-items: center; +} + +.contact .contact-content .row .info { + margin-left: 30px; +} + +.contact .contact-content .row i { + font-size: 25px; + color: #f47932; +} + +.contact .contact-content .info .head { + font-weight: 500; +} + +.contact .contact-content .info .sub-title { + color: #333; +} + +.contact .right { + display: flex; +} + +.contact .contact-content .column.right { + text-align: center; + align-items: center; + justify-content: center; +} + + +/* footer section styling */ + +footer { + background: #111; + padding: 40px 23px; + color: #fff; + text-align: center; +} + +footer span a { + color: #f47932; + text-decoration: none; +} + +footer span a:hover { + text-decoration: underline; +}