The submenu is the size of the text, I would like it to be the size of the menu
header {
position: fixed;
top: 0;
left: 0;
right: 0;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px...
After creating the .l file, placing the necessary flex commands on the Visual Studio prompt always gives this error. I have already tried to put the mentioned library in the directory but the problem remains.
Error:
Microsoft (R)...
Because my flex / lex recognizer has a syntax error when I try to recognize the WRITE 1 text
%{
#include "gram.h"
int yyerror(const char *s);
%}
/* letras [A-Za-z]+ */
/* id ({letras})({letras}|{digito})* */
%%
"ESCREVER" {retu...
While passing the mouse over the name class does not appear
.img
{
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
}
.img:hover
{
filter: grayscale(0%);
}
.img:hover .name
{
display: f...
I'm trying to make a height alignment of different divs (with css only), but after many attempts I still can not get the best answer.
In mobile the designer made a carrousel (swiper):
Ondesktopitisnecessarytousethisway: Theproblemisasfoll...