Improvement

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-04-02 18:06:58 +05:30
parent d0c1759d07
commit b64aa05b38
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,5 @@
import styled from "styled-components"; import styled from "styled-components";
import SendIcon from "@mui/icons-material/Send";
export const ContactStyle = styled.div` export const ContactStyle = styled.div`
padding: 10%; padding: 10%;
@ -108,7 +109,7 @@ export const ContactStyle = styled.div`
display: block; display: block;
font-family: "Source Sans Pro", sans-serif; font-family: "Source Sans Pro", sans-serif;
font-size: 18px; font-size: 18px;
color: #fff; color: #030303;
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
padding-top: 12px; padding-top: 12px;
@ -140,7 +141,8 @@ export const ContactStyle = styled.div`
} }
input[type="submit"] { input[type="submit"] {
cursor: pointer; cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.svg),
auto;
} }
input.name { input.name {
@ -184,6 +186,8 @@ export const ContactStyle = styled.div`
} }
.btn { .btn {
cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.svg),
auto;
width: 138px; width: 138px;
height: 44px; height: 44px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -216,6 +220,7 @@ export const ContactStyle = styled.div`
.btn:hover { .btn:hover {
border: 1px solid #253737; border: 1px solid #253737;
text-shadow: #333333 0 1px 0; text-shadow: #333333 0 1px 0;
background: rgb(131, 58, 180); background: rgb(131, 58, 180);
background: linear-gradient( background: linear-gradient(

View File

@ -27,7 +27,7 @@ function Main() {
<img <img
src="/images/profile-new-transp.png" src="/images/profile-new-transp.png"
alt="" alt=""
class="profile-img" className="profile-img"
/> />
</div> </div>
<div className="name">{name}</div> <div className="name">{name}</div>

1
public/send.svg Normal file
View File

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M17.187 19.181L24 4.755 0 12.386l9.196 1.963.043 4.896 2.759-2.617-2.147-2.076 7.336 4.63z"/></svg>

After

Width:  |  Height:  |  Size: 179 B