It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://bebee.com/bee/art-ashley-california

  1. <!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Not Found</title><link rel="dns-prefetch" href="//fonts.gstatic.com"> <style>
  2.            .bg-bees-page {
  3.                background: #ffffff;
  4.                min-height: 400px;
  5.                margin:20px 0px;
  6.                display:flex;
  7.                align-items: center;
  8.                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  9.            }
  10.            @media(min-width: 0px) and (max-width: 767px) {
  11.                .bg-bees-page {
  12.                    min-height: initial;
  13.                    margin:15px 0px;
  14.                }
  15.            }
  16.            .bg-bees-page h1 {
  17.                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  18.                font-size: 50px;
  19.                line-height: 50px;
  20.                font-weight: bold;
  21.                background: #ffffff;
  22.                text-align: center;
  23.                position: relative;
  24.                width:100%;
  25.                padding:15px;
  26.            }
  27.            @media(min-width: 0px) and (max-width: 767px) {
  28.                .bg-bees-page h1{
  29.                    font-size:30px;
  30.                }
  31.            }
  32.            .bg-an-bees {
  33.                background-image: url(https://contents.bebee.com/public/img/error-bees-bg.svg);
  34.                background-repeat: no-repeat;
  35.                min-height: 400px;
  36.                background-position: center;
  37.                position: relative;
  38.                width: 100%;
  39.                display: flex;
  40.                align-items: center;
  41.            }
  42.            @media(min-width: 0px) and (max-width: 767px) {
  43.                .bg-an-bees {
  44.                    min-height: 200px;
  45.                }
  46.            }
  47.            .shape-bee {
  48.                background-image: url(https://contents.bebee.com/public/img/shape-bee.svg);;
  49.                background-repeat: no-repeat;
  50.                height: 82px;
  51.                width: 94px;
  52.                position: absolute;
  53.                -webkit-animation-fill-mode: both;
  54.                animation-fill-mode: both;
  55.                left: 15%;
  56.                top: -40px;
  57.                transform: rotate(160deg);
  58.                -webkit-animation-name: zoomInLeft;
  59.                animation-name: zoomInLeft;
  60.                -webkit-animation-duration: 1.5s;
  61.                animation-duration: 1.5s;
  62.            }
  63.            .bg-an-bees small{
  64.                color: #636b6f;
  65.                font-size: 16px;
  66.                font-weight: 400;
  67.                display: block;
  68.                line-height: 20px;
  69.            }
  70.            @media(min-width: 0px) and (max-width: 767px) {
  71.                .shape-bee {
  72.                    height: 45px;
  73.                    width: 49.28px;
  74.                }
  75.            }
  76.            .shape-bee:last-child {
  77.                left: initial;
  78.                top: initial;
  79.                right: 15%;
  80.                bottom: -40px;
  81.                -webkit-animation-duration: 1s;
  82.                animation-duration: 1s;
  83.                -webkit-animation-name: pulse;
  84.                animation-name: pulse;
  85.                -webkit-animation-iteration-count: infinite;
  86.                animation-iteration-count: infinite;
  87.            }
  88.            @-webkit-keyframes zoomInLeft {
  89.                0% {
  90.                    opacity: 0;
  91.                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  92.                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  93.                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  94.                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  95.                }
  96.                60% {
  97.                    opacity: 1;
  98.                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  99.                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  100.                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  101.                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  102.                }
  103.            }
  104.            @keyframes zoomInLeft {
  105.                0% {
  106.                    opacity: 0;
  107.                    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  108.                    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  109.                    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  110.                    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  111.                }
  112.                60% {
  113.                    opacity: 1;
  114.                    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  115.                    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  116.                    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  117.                    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  118.                }
  119.            }
  120.            .bb-logo-er{
  121.                display: flex;
  122.                justify-content: center;
  123.                margin:30px 0px 40px;
  124.            }
  125.            .btn{
  126.                display:flex;
  127.                justify-content: center;
  128.                margin-top:40px;
  129.            }
  130.            .btn a{
  131.                background:#f28f16;
  132.                width:150px;
  133.                padding: 0.5rem 1rem;
  134.                font-size: 1.25rem;
  135.                line-height: 1.5;
  136.                color:#fff;
  137.                font-family: Roboto, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  138.                display:block;
  139.                text-align:center;
  140.                text-decoration:none;
  141.                border-radius:8px;
  142.            }
  143.  
  144.            .badge-secondary {
  145.                color: #fff;
  146.                background-color: #6c757d;
  147.            }
  148.        </style> </head><body><div class="bb-logo-er"><a href="https://bebee.com"><img src="https://contents.bebee.com/public/img/logovect-orange.svg" alt="orange logo" height="35px" width="124px"></a></div><div class="bg-bees-page"><div class="bg-an-bees"><h1><span> 404 <br><small> Not Found</small></span><span class="shape-bee"></span><span class="shape-bee"></span></h1></div></div><div class="btn"><a href="https://bebee.com">Back to homepage</a></div>  </body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda