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; +}