Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

boxshadowproperties.css 475 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. /* box-shadow fonts return errors with prince, so extracting here to put in web output only */
  2. #search-demo-container ul#results-container {
  3. box-shadow: 2px 3px 2px #dedede;
  4. }
  5. hr.shaded {
  6. box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.5);
  7. }
  8. .videoThumbs img {
  9. box-shadow: 2px 2px 1px #f0f0f0;
  10. }
  11. .box {
  12. box-shadow: 2px 2px 4px #dedede;
  13. }
  14. @media (max-width: 1200px) {
  15. .navbar-collapse {
  16. box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  17. }
  18. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...