&l"> Embed targeting-PHP Chinese Network Q&A
Embed targeting
P粉709644700
P粉709644700 2023-09-15 00:14:35
0
1
561

I'm currently trying to position the embedded content between the image and the center of the screen. To achieve this, I embed the NBA section of Google News into my website using https://rss.app/. If you need CSS files, feel free to ask. I've been struggling with this for a while and would really appreciate any help you can provide.

       
```

P粉709644700
P粉709644700

reply all (1)
P粉267791326

If I understand correctly, is this the behavior you want?

https://jsfiddle.net/u2qtnLkv/

       

CSS:

rssapp-carousel { display: flex; justify-content: center; align-items: center; height: 100vh; /* ajuste a altura conforme necessário */ }

Please remember that your tag

is missing a closing tag. Also keep in mind that thebannerTitleclass is not used, which may break javascript requesting it.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!