Questions tagged as 'html5'

1
answer

Change next word style via css

I was given a banner to do in the layout of a website and would like to know if I could reproduce the effect via css. For example I have the phrase - > Hello, I'm a text. I would like to always leave the last word of the text bold. Is it...
asked by 28.12.2017 / 17:27
1
answer

How to change the color of Bootstrap navbar links

How can I change the color of the links in the standard navbar of Bootstrap? I can change the navbar backgroud colors by an external css file but not the colors of the links. How can I do it?                        Toggle navigation         ...
asked by 29.09.2017 / 04:48
1
answer

Drag drop jquery ui dialog box / html / css

Personal in an application I would like to basically drag a div that is inside the dialog box and put it in some other one. When trying to do with my code the div tends to disappear when I start to throw out. Follow the link for verification. s...
asked by 28.06.2018 / 00:53
2
answers

function to change my .css if the width of the tea is "X"

Hello. I'm in the learning phase. In an attempt to create a responsive website. I need a .js or .css script. so that when this width in the css (css) is true, run the code. in css.    (thank you for giving any collaboration, knowledge is neve...
asked by 23.01.2018 / 02:11
1
answer

CSS does not load with $ _SESSION

I load the CSS like this: <link href="../css/style.css" rel="stylesheet"> But I would like to pass a different reference, something like: <link href="<?php echo $_SESSION['caminho_completo']."css/style.css"?>" rel="stylesh...
asked by 17.01.2018 / 14:36
1
answer

Required fields in session with local storage

I developed a form with localstorage in this site here but inside it has two inputs one for name and another for salary but I needed these fields it is mandatory because when they are not filled in and the user clicks next the fields are blank...
asked by 07.08.2017 / 18:52
1
answer

Div not encompassing its elements

/* Portal Aluno */ #header-menu{ position: relative; margin: 0 auto; border:0px; bottom: 800px; left: 10%; } #C-icon{ position:relative; border:0px; margin: 0px; padding: 0; right: 71%; top: 7%; } #fb-icon...
asked by 03.07.2018 / 18:43
0
answers

Text misaligned next to the image

I've been trying to finish for 2 days and I can not. Every time I move on one thing, everything is ruined. I'm still learning, do not judge me! The code is this: .hygge-container{ overflow: hidden ; position...
asked by 03.01.2019 / 19:49
2
answers

Images inside DIV's - How?

I want to apply 2 company logos, one on the left side and one on the right side inside this DIV. How ?! I can only apply one, when I will apply another one, the first one disappears. @media (min-width: 1280px) and (max-width: 1980px) and (...
asked by 25.07.2017 / 16:23
1
answer

How to email content written in a textarea / textarea?

I would like to know, if there is a script, a way to send the content contained in the textarea to an email. Thanks in advance!     
asked by 19.07.2017 / 02:29