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

View File

@ -27,7 +27,7 @@ function Main() {
<img
src="/images/profile-new-transp.png"
alt=""
class="profile-img"
className="profile-img"
/>
</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