Skip to content

Tag: css

Vue rendering elements before hiding them

I have a very simple site where I’m using the most basic Vue. When I load the site, it renders divs which are not supposed to show, for a fraction of a second, before hiding them. It makes the site look very unprofessional. Here is the site if you want to experience the glory of flashing divs: http://sq…

Carousel item dont scroll under nav bar

I’m new to HTML and CSS, so maybe my explanation of the problem may no be accurate but I will try my best to make it understandable. So the problem is I have a title bar and then a navbar below it. In the navbar, I have links to the pages which I name by the year 2021, 2020, 2019,

Search Dropdown Javascript – How to hide list?

I’m a beginner in Javascript/HTML/CSS. So I’m sorry if I’m missing something obvious. My Task: I want to create a search bar on my website (website for images). With this search bar the user should be able to search for “keywords” which I will determine in a list. Every item in m…