tailwind box shadow

<div class="shadow-sm ..."></div>
<div class="shadow ..."></div>
<div class="shadow-md ..."></div>
<div class="shadow-lg ..."></div>
<div class="shadow-xl ..."></div>
<div class="shadow-2xl ..."></div>

3.67
6
IllusiveBrian 18110 points

                                    &lt;!DOCTYPE html&gt;
&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Box Shadow&lt;/title&gt;
		
		&lt;style type=&quot;text/css&quot;&gt;
			.box {
				height: 150px;
				width: 300px;
				margin: 20px;
				border: 1px solid #ccc;
			}
			
			.top {
				box-shadow: 0 -5px 5px -5px #333;
			}
			
			.right {
				box-shadow: -5px 0 5px -5px #333;
			}
			
			.bottom {
				box-shadow: 0 5px 5px -5px #333;
			}
			
			.left {
				box-shadow: 5px 0 5px -5px #333;
			}
			
			.all {
				box-shadow: 0 0 5px #333;
			}
		&lt;/style&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;div class=&quot;box top&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;box right&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;box bottom&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;box left&quot;&gt;&lt;/div&gt;
		&lt;div class=&quot;box all&quot;&gt;&lt;/div&gt;
	&lt;/body&gt;
&lt;/html&gt;

3.67 (6 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
hover shadow tailwind css tailwind plugin box shadow tailwind box shadow border box shadow in tailwind css top shadow in tailwind css tailwind hover shadow bottom and right inset box shadow tailwind elevation shadow tailwind css box shadow tailwind style tail wind bottom shadow tailwind add shadowing box shadow after tailwind tailwind css add shadow box shadow with tailwind css tailwind css shadow left shadow in tailwindcss how to get box shadow in tailwind css pad shadow tailwind css 2 shadow tailwind css no shadow tailwind tailwind drop shadow SHadow to a div tailwind box-shadow tailwind css on hover shadow in tailwind css how to make left shadow with tailwind tailwind shadow inline how to give shadow at bottom of a div in tailwindcss how to give shadow at bottom in tailwindcss custom box shadow tailwind css shadow in tailwind css tailwind active shadow box-shadow-none tailwind css right shadow tailwind how to make a tailwind box shadow with css tailwindcss box shadows tailwind shadow example box shadown tailwind shadow around tailwind bottom inner shadow tailwind tailwind inner shadow white shadow tailwind around div Adding shadow effect around div in tailwind tailwind hover shadow tailwind custom box shadow tailwind shadow around div tailwind box shadow values tailwind shadow bottom only div background shadow tailwind css tailwincss shadow bottom box shadow tailwind css box shadow position tailwind tailwindcss box shadow shadow offcet in tailwindcss tailwind shadow dialg tailwind shadow dialogue shadow bottom tailwind https://tailwindcss box shadow shadow tailwindcss tailwind drop shadow vs shadow what is box-shadow class in tailwind tailwind css extend shadow box hard shadow with tailwind hard shadow Tailwind tailwind background shadow tailwind button shadow drop shadow tailwind tailwind add drop shadow tailwind bo shadow tailwind css drop shadow tailwind extend box-shadow tailwindcss.com box shadow tailwind css top shadow tailwind top shadow tailwind no shadow tailwind inside shadow box shadows tailwind tailwind shadow light shadows tailwind css tailwind box shadow customize add shadow tailwindcss tailwind border shadow tailwind shadow outer tailwind shadow bottom shadow tailwind css tailwind scroll shadow tailwind box shadow none how to give inset box shadow with tailwind box shadow on hover tailwind box shadow inset tailwind box shadow gives rings at the end of box shadow tailwind css full shadow tailwind bottom shadow focus shadow tailwind text shadow tailwind text shadow taliwind css tailwind css shadow-outline tailwind css shadow-outine shadow in tailwind diagonal shadow tailwind tailwind customize shadow color override box shadow tailwind tailwind css shdaow how to set color in shadow in tailwind tailwind css box-shadow tailwind dropshadow tailwind css shadow not working tailwind css colors shadow tailwindcss colour shadow border left shadow tailwind css box shadow tailwind shadow class tailwind tailwind css border shadow shadow inner tailwind hover shadow tailwind tailwind shadow top add box shadow to top of element tailwind shadow for above elem tailwind tailwindcss-rn shadow box shadow tailwindcss tailwind shadow css drop shadows tailwind tailwind css shadow color tailwind focus shadow tailwindcss shadow right tailwindcss shadow tailwind box shadow doesn't work use css inset shadow as border tailwind shadow color tailwind tailwind shadows shadow top tailwind tailwind shadow color tailwind box shadow border shadow tailwind tailwin box shadow tailwind box shawo tailwind css box shadow tailwind shadow tailwind css shadow shadow tailwind
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source