12345678910111213141516171819 |
- .text{
- background-color: orange;
- font-size:12px;
- color:white;
- border-radius: 15px;
- }
- .photo{
- width: 150px;
- height: 100px;
- margin-top: 120px;
- margin-left: 85px;
- }
- .medium-text{
- font-weight: 200px;
- font-size: 13px;
- color: rgb(133, 133, 133);
- padding-top: 15px;
- margin-left: 85px;
- }
|