Questions tagged as 'css'

2
answers

Modal Bootstrap 4: How to call another within a modal

Galera ... I have a modal register. Being that I would like to call another modal, still being inside it. That is ... It would be superimposed on my modal of registration. I'm using the code to call my modal in Bootstrap 4: <button class...
asked by 18.06.2018 / 18:51
1
answer

effect in attr ('style JavaScript

I need to run this grayscale filter gradually, gradually applying it gradually over a period of time. $('#backstatic').attr('style', 'filter: grayscale(100%)'); This is my line, I would like to know if you can set the time for the filter ef...
asked by 15.06.2018 / 06:08
1
answer

Youtube videos on the site (audio only)

I need to create a radio for a client, where she will have how to choose what to play, by rhythms, singer, band, etc. I would like to know if there is any way to capture playlists and videos from youtube to the site , but to play them in audio a...
asked by 17.05.2018 / 19:31
1
answer

How to align image of the Bootstrap carousel?

I would like to know how do I centralize the images (or the slider) of the carousel in bootstrap 4? <div id="demo" class="carousel slide" data-ride="carousel"> <!-- The slideshow --> <div class="carousel-inner cent...
asked by 16.05.2018 / 18:36
1
answer

Add Class DropDownListFor

How do I insert @class="form-control" into the code below? <div class="form-group"> <label for="disabledSelect" class="control-label col-md-2">Status:</label> <div class="col-md-10"> @Htm...
asked by 21.06.2018 / 16:35
2
answers

How to make the background image for each day different?

How can I make each day of the week a different background image?     
asked by 15.05.2018 / 04:01
1
answer

Different font on mobile and desktop

In my CSS I put the Poiret One font in the menu of my site. But when I open the phone, the font is totally different. Desktop Menu MobileMenu MyCSSlookslikethis:.menua{font-family:'PoiretOne',cursive;}AndIimportthefontthisway:<linkhref="h...
asked by 14.05.2018 / 18:16
2
answers

NAVBAR transparent

Personal a half-beast doubt, I'm doing a landing page and wanted to use a navbar-style from that site here: link When it is at the top of the page it becomes completely transparent and as soon as the page goes down it already gains a...
asked by 17.06.2018 / 05:07
1
answer

Navigation and nav sticky

I'm trying to make my navbar sticky when it comes to the section after the header, but I'm not getting it, I've researched several ways, but the navbar gets very bugged ... First problem: When trying to make sticky nav, the nav gets bugged .....
asked by 09.05.2018 / 16:05
2
answers

Add input with JavaScript

Hello, I'm new here. I would like to know how to make my input generated by javascript inherit the css formatting that my html input has. Here is the code: <html> <head> <title>Pedidos</title> <style>...
asked by 06.05.2018 / 23:25