Questions tagged as 'css'

1
answer

How to justify a text aligned left or right with CSS?

Hello friends, I have this following code that works correctly, but when I want to justify the text, everything is focused on itself and it is not left and right. Is there any CSS property to justify the text when it is on the right and left?...
asked by 31.05.2017 / 23:40
2
answers

Display a dropdown within the page

I have a table with a dropdown in each row with actions. The problem I have is that in the last rows when pressing the dropdown I have to scrolle the table down to see the options. They do not appear directly to me. I think it's some conf...
asked by 29.07.2017 / 03:32
2
answers

Show Pop Up of an image

My question in itself is how to make an image appear every time an html page is loaded, attached code and example image: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <b...
asked by 31.07.2017 / 16:46
2
answers

Change a text using CSS

I need to change a text within a tag using CSS. I already try to do this: .course-media .quick-view .btn:before { display:true; content: ' Registrate ahora '; } But this nothing else adds a text before. Also try with after but add a...
asked by 16.08.2017 / 23:39
1
answer

Remove blank spaces [duplicated]

I need the menu to occupy the entire width so that those edges are not visible in white and also at the top. What simple solution exists? .menu { display: flex; background: #333; } ul { margin-top: 0; margin-bottom: 0;...
asked by 21.03.2018 / 20:03
2
answers

Hide radioButton with CSS

I have a problem in a css style since I have a radiobuttons code in the form of a button that when you click on it, the radioButton is selected but I could not hide the radiobuttons so that it only shows the label as if it were a button, this is...
asked by 27.03.2018 / 19:09
2
answers

Is it possible to put the browser icon as a source?

I want to change the icon that appears in the browsers tab, the person in charge of uploading the image is: <link rel="shortcut icon" type="image/x-icon" href="logo.ico" /> Well now I want to load a source of bootstrap, type glyphico...
asked by 20.09.2016 / 16:45
3
answers

Locating objects in the middle of a form

I have the following code body {} .PrincipalForm { margin: 0 auto; border: 1px solid #666666; width: 310px; height: 600px; } .TblLogin { margin: 0 auto; } #usuario { width: 150px; } #password { width:...
asked by 10.07.2018 / 23:17
2
answers

How to horizontally align elements within a Media Object in Boostrap 4?

I am using the Media Object of Boostrap 4 for a comments module, I have added a button in it but I do not know how I can align it horizontally so that it sticks to the right margin. The desired result is the button in that position:...
asked by 06.07.2018 / 15:34
3
answers

How to make a bootstrap Collapse in html tables?

I would like to get this effect toggle bootstrap in a table, that is to say: get that effect of displacement up, but all I get is that it appears and disappears with a horrible effect. I leave you a bit of code: $(function ()...
asked by 05.10.2018 / 19:27