From 29d189e56b4d5a6860337e8eaf8677f7c10f02a1 Mon Sep 17 00:00:00 2001 From: Harkirat Kaur <57443791+kiratubhi@users.noreply.github.com> Date: Sat, 22 May 2021 11:45:00 +0530 Subject: [PATCH] Create 1905334_prac7.html --- .../wt_practicals_1905334/1905334_prac7.html | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 Section A/wt_practicals_1905334/1905334_prac7.html diff --git a/Section A/wt_practicals_1905334/1905334_prac7.html b/Section A/wt_practicals_1905334/1905334_prac7.html new file mode 100644 index 0000000..0424b1d --- /dev/null +++ b/Section A/wt_practicals_1905334/1905334_prac7.html @@ -0,0 +1,114 @@ + + + + + + + Practical 7 + + + +
+

CUSTOMER CARE

+

Drop your queries below :)

+
+
+
+ +
+ +
+ +
+ +
+
+ + + +php file: +css file: +body { + margin: 0; + padding: 0; + text-align: center; + background:#1affb2; + background-repeat: no-repeat; + height: 100%; + background-attachment: fixed; + background-position: center; +} + +.contact-title { + margin-top: 100px; + color:black; + text-transform: uppercase; + transition: all 4s ease-in-out; +} +.contact-title h1 { + font-size: 32px; + line-height: 10px; +} +.contact-title h2 { + font-size: 16px; +} +form { + margin-top: 50px; + transition: all 4s ease-in-out; +} +.form-control { + width: 600px; + background: transparent; + border: none; + outline: none; + border-bottom: 1px solid #333; + color:black; + font-size: 18px; + margin-bottom: 16px; +} +input { + height: 45px; +form .submit { + background: #ff5722; + border-color: transparent; + color: black; + font-size: 20px; + font-weight: bold; + letter-spacing: 2px; + height: 50px; + margin-top: 20px; +} +form .submit:hover { + background-color: grey; + cursor: pointer; +}