Questions tagged as 'css'

1
answer

HTML classes in menu with Wordpress

I'm developing a theme with Wordpress and I'd like it to have a menu dropdown . I created some pages as Home . Quem Somos , Contato and a category named Produtos would like the category to be dropdown...
asked by 16.09.2018 / 03:46
2
answers

Why is my view not presenting the css design?

<html> <head> <link href="/css/app.css" rel="stylesheet"> <title>Controle de estoque</title> </head> <body> <h1>Listagem de Produtos</h1> <table class="table"> <?php foreach...
asked by 06.08.2018 / 16:51
1
answer

background-color with animation and pulse

Hello! Good afternoon. I am trying to provoke the following effect: when passing the mouse over a "a" tag, the background-color of the parent div in which this "a" tag is daughter, may change in transition but in a circular format where this cir...
asked by 05.08.2018 / 21:04
1
answer

Use drag and drop to position an image

My question is the following, I have a page of content posting and in this page, at the end, I have a field of photo upload to be part of the content ... But what I wanted is for the user to position the photo according to his need, similar to W...
asked by 06.08.2018 / 06:04
1
answer

Website is not responsive in the Mobile dimension

I've been creating the website with the code below but I can not make it responsive on the MOBILE part (320x568), the content is on the left side and on the right side is a large white part on the whole site. I've tried media screen but I cou...
asked by 09.08.2018 / 16:12
1
answer

Trying to create a placard with javascript

Hello, I'm a computer student and I made a game with html, css and javascript. Unfortunately when I created the score I ended up with a problem that I believe may be overlapping. The program displays the right score before clicking the doll, but...
asked by 29.08.2018 / 16:37
1
answer

Doubt of how to collapse / collapse a menu by clicking on the other one

I have a question on the following item, I created a SideBar with bootstrap menu, but I wanted to click on one, the one that had open shrink. Example Codemadesofar: codeply /* DEMO STYLE */ @import "https://fonts.googleapis.com/...
asked by 01.08.2018 / 19:56
1
answer

Add indicator on Materialize CSS tabs

Good morning, I have the following requirement, I have a project where they existed  many tabs made with materialize css, but in small screen devices the tabs are hidden to the right of the screen, being necessary to delizar  the finger envel...
asked by 26.08.2018 / 18:07
1
answer

How do I create a functional posting history?

So I was trying to create a rudimentary system of "posts" with a history where all would be stored, but I realized that there was a problem that I could not solve, that the most recent posts were created below the older. In the case, the idea...
asked by 08.10.2018 / 20:20
1
answer

Why does the app.component.css file not work in Angular?

When we run in the Angular command the ng g c page --spec=false it creates a component consisting of four files, an HTML file, a module file, a CSS file and a TS file as shown in the figure below , in my case below I did not have to exe...
asked by 28.08.2018 / 11:23