Avatar of Moti Mashiah
Moti Mashiah
Flag for Canada

asked on 

css\html

Hello,
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;
}

Open in new window


The result suppose to be like in zaplin which is:

Capture.PNG
Please, can somebody help with the html mokup.
Note: I have to use this CSS classes to accomplish my goal.

Thanks
CSSHTML

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon