I have a OnePage page and the anchor links of the menus when they clicked they only " skip " for the section of screen below but I wanted them slid gently to the intended 'anchor' section.
I tried to put transition via CSS and I wa...
I'd like to stylize only the first letter of each paragraph in my text, but I do not want to have to separate that letter with a <span> because I want to keep the correct semantics of the word, and not have to "break" with a tag....
The scenario for my problem is the following, I have a website that has been updated, but some customers are reporting that the update was not made for them, which are still in the old site template (probably due to cache persistence ).
I've...
I see a focus on javascript frameworks, to write css directly in javascript, example ...
new Vue({
el : "#style",
data : {
ctn : {
display: "flex",
alignItems: "center",
justifyContent: "center",
flex...
I really wanted to start developing applications for Android phones, but I have almost no knowledge about the operating system SDK, I have more knowledge about HTML, Javascript, CSS.
I have in mind that creating an Android app should be well...
I have the following structure in my header:
<header>
...
<div id="header-reserva" class="cf">
<a href="#header-reserva-iframe" class="scroll">Reserve aqui!</a>
</div>
...
<iframe id="header-reserva-ifr...
I made this code that makes height responsive, it fits according to the size of the viewport. (Run the snippet and resize the screen.)
Since html and body have a height: 100% , I set up a basic skeleton with 3 di...
I have a div with opacity applied, but this div has a child element. I do not want opacity to be applied to these child elements, would I have some way to solve it?
Example:
link
Link code:
.div-pai{
width: 400px;
height: 400...
I have this radio group in which it is used to specify the severity level of a certain occurrence, using the colors to classify the level.
See:
<html lang="en">
<head>
<meta charset="UTF-8">
<meta na...