I'm making my first website for a client, just missing the site responsive.
I wanted to know how can I do this? Most of the tutorials out there are with bootstrap, however I started and finished the site without bootstrapping, got to start using...
Hello,
can anyone help me posted the code also in codepen , I can not click the link and I opened the PDF file, what happens is the div slideUp
Thank you very much for your attention!
(function($) {
$('.pasta').click(function()...
I was developing a screen, which contained a table with a style in tr:hover , so when the user moves the mouse over the lines, they look different. Everything was going well until I decided that I wanted to put a "blessed border" around th...
I added an image url to a content: url (); but I want to edit the size of this image, straight from the .sub :: after tag, after adding a 'width :;' the image remains the same size, how do I change the width and height of the image through the :...
I'm using this source:
<link href="https://fonts.googleapis.com/css?family=Meie+Script" rel="stylesheet">
font-family: 'Meie Script', cursive;
It works normally on the page.
But when it comes to printing the font, it does not come out...
I have a line that applies an opacity in a Background, with this CSS:
.teste{background-color: rgba(27,18,9,0.9);}
We all know that IE8 does not accept opacity, is there a hack for this?
I'm starting a project and would like to create a page with a gallery like in the scheme below:
Websitethatowns Gallery
So it looks like the images are made available by lines, but I've only been able to make the images available by colu...
I have a Radio Button group, some of them have other inputs as children, if they check the Input Father they should appear, if it is unchecked they should disappear. p>
As in HTML below:
<div style="padding-left:30px;clear:both;" cl...
I'm trying to change the color of a div if the following condition is true, if( @ViewBag == "reservado" ) , but I can not, could someone tell me what the code would look like with that condition described above?
I'm programming in...
I have the following code:
<div></div>
<div>
<div class='minhaClasse'>
<div id='text'>hhaushdus</div>
<input name='profile_id' />
<div>
</div>
I need to get this div :...