diff --git a/assets/css/style.css b/assets/css/style.css index 6959ea4..687b70c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1065,11 +1065,31 @@ transition: 0.8s; #contact { padding: 30px 0; + } +.legend{ + color: white; + font-weight: bold; + font-size: 35px; + + +} +.legend:hover{ + color: rgb(12, 94, 237); +} .enquiry-form { box-shadow: 1rem 1rem 1rem 1rem var(--sd); animation: Dance 10s infinite; + cursor: pointer; + +} + +#contact .title{ + text-align: center; +} +#contact .title:hover{ +color: rgb(60, 127, 241); } .col-md-6 .contact-phone .bi:hover, diff --git a/index.html b/index.html index f113e54..269df40 100644 --- a/index.html +++ b/index.html @@ -427,6 +427,8 @@