I'm trying to leave 1 item aligned on the left and 2 items aligned on the right with Bootstrap 4 , I tried to use flexbox but since there are 3 items I get one in the middle and one on each end, I tried to make the 2 items on the ri...
I read an article that explained how to put multiple SVG images into a single file. The final file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">...
Hello everyone. I created a header with 100% of screen size (regardless of screen size) like this:
header {
background-image: url('img/background.jpg');
height: 100vh;
width: 100%;
}
<header>
<div class="texto-head...
I'm trying to play this Dribble "example", though I'm not achieving. My current progress is this (using SCSS), however as it turns out I duplicated the background to achieve this effect, so that the images are aligned exactly one on top of...
I have 2 rectangles on the screen that serve to display data within them.
But when you have a lot of information the data goes beyond its size. I want to make sure that the data does not go over it, and by hovering over the information the in...
Hello beloved community!
I'm rotating a p inside a div, but I can not centralize it, I'm having a hard time in css, I've tried setting a width: and height: for p, I left it as a self but it does not work.
p.vertical
{...
I'm having trouble with my background image on my page but just by accessing the mobile from Chrome or the default mobile browser, Mozilla Firefox from the mobile works perfectly.
body{
background-image: url('/assets/img/background.jpg');...
I have div that has an animation in :hover , but if the user takes the mouse from above div before the animation finishes it cuts in half and does not finish.
I tried to do a spot light effect that crosses the image from l...
I have a site with a menu that is below my header , 150px below the top of the screen.
I would like to make when I rolled the page and the menu of the site reached the position 0 of the top it was fixed and rolled the rest of t...
I joined W3 Schools and got a sample code for a multi step form. In the "default" mode it did not go to the next step until all the fields are filled. It turns out that I need only some fields not to be null, others may be empty.
I looked at...