Interviewer And Interviewee Guide

CSS3 Interview Question:

How to create Box Shadow and text Shadow using CSS3?

Submitted by: Administrator
Like below we can create Box Shadow using CSS3 .boxshadowpcds
{
box-shadow: 10px 10px 5px #ccccc;
}
.textshadowpcds
{
text-shadow: 5px 5px 5px #FF0000;
} and then need to use these class boxshadownpcds ,textshadowpcds
Submitted by: Administrator

Read Online CSS3 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.