Moti Mashiah
asked on
css\html
Hello,
I got my CSS design from my designer guy who post it on Zaplin.io please see code below:
The result suppose to be like in zaplin which is:
Please, can somebody help with the html mokup.
Note: I have to use this CSS classes to accomplish my goal.
Thanks
I got my CSS design from my designer guy who post it on Zaplin.io please see code below:
.Rectangle {
width: 118px;
height: 36px;
border-radius: 5px;
background-color: #ffffff;
box-shadow: 1px 2px 4px 0 #e6e6e6;
border: solid 1px #e6eaee;
}
.Today {
width: 49px;
height: 20px;
font-family: PTSans;
font-size: 16px;
letter-spacing: 1.2px;
text-align: left;
color: #4a4a4a;
}
.Shape {
width: 24px;
height: 24px;
}
.Shape {
width: 10px;
height: 5px;
background-color: #000000;
}
The result suppose to be like in zaplin which is:
Please, can somebody help with the html mokup.
Note: I have to use this CSS classes to accomplish my goal.
Thanks
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You are welcome.
ASKER
Thank you again.