Accessibility Tools

Skip to main content
© Romankoff Development
Account
All articles by tag

"HTML/CSS"

HTML describes the structure of a web page (headings, paragraphs, images), and CSS defines its appearance (colour, font, size)

CSS button blink

Button animation in CSS in two steps

Button glow animation is an effective method of making your website look interesting and attractive. In this article, we're going to look at how to create such an animation using CSS properties and keyframes, thanks to which we'll be able to achieve a live button glow, which in turn will further encourage website users to take action.


a progress bar on the website created using HTML, CSS and JavaScript

How to add a progress bar to your website: a detailed guide

A progress bar is one of the most useful web design tools that allows users to get a visual representation of the process of downloading or performing a certain action on a website. In this article, we will consider the case when the progress bar at the top of the site displays the progress of the viewed page content when it is scrolled.


animation shape

How to animate a shape on pure CSS?

CSS is a powerful tool for creating beautiful and attractive websites. One of the important aspects of web design is the creation of various forms and shapes that attract the attention of visitors and improve their interaction with the site. Here we will consider the method of creating a shape on pure CSS.


adaptive YouTube video on a computer, tablet and smartphone

How to make a responsive YouTube video on the site?

Internet users consume video content more and more often, so developers have an important task to make videos on the site as convenient and accessible as possible. One of the most popular services for downloading and playing videos is YouTube. In this article, we'll look at how to make a responsive YouTube video on your site using CSS.


modal window in the YOOtheme Pro builder that works on cookies

YOOtheme Pro: creating a cookie-based popup modal window

I faced the task of creating a popup modal window in my favorite builder, YOOtheme Pro. The challenge was that when a certain button was clicked, the window should not only disappear but also not reappear for a specified period, meaning it should work based on cookies. I managed to solve this task without using third-party extensions.