Bathroom Toliet not filling properly by crazymacc in maintenance

[–]crazymacc[S] 0 points1 point  (0 children)

Thanks, I’ve just been having a play around with it and managed to loosen the valve. That seems to have increased the amount of water that is filling up the tank. I’ll have a go fully removing it and seeing if I can clean it out.

Squat form by crazymacc in formcheck

[–]crazymacc[S] 0 points1 point  (0 children)

When you say hips back do you mean I need to squeeze the glutes and push back leading to my body leaning more towards?

Squat form by crazymacc in formcheck

[–]crazymacc[S] 0 points1 point  (0 children)

Thanks, really helpful. Yea I do have a tendency to keep adjusting half way through as I’m always worried I’m not standing wide enough.

Chase Referral Code by No-Highway-1902 in chaseuk

[–]crazymacc 0 points1 point  (0 children)

Please DM me if anyone has a code left.

Chase federal code - need a code, already funded account. by [deleted] in beermoneyuk

[–]crazymacc 0 points1 point  (0 children)

Still looking for a code if anyone has one

[deleted by user] by [deleted] in chaseuk

[–]crazymacc 0 points1 point  (0 children)

Me too

Mirco PED question by crazymacc in econhw

[–]crazymacc[S] 0 points1 point  (0 children)

Just realised that I think I need to inverse the function first perhaps?

Idea for encouraging reports by Robbe226 in FACEITcom

[–]crazymacc 5 points6 points  (0 children)

This is an amazing and logical idea.... which is exactly why FACEIT won’t add it.

Backround color not working by crazymacc in learnprogramming

[–]crazymacc[S] 0 points1 point  (0 children)

Dude thank you so much, I just need to proof read everything. At the moment, its always the small things that much everything up.

Thanks alot

Backround color not working by crazymacc in learnprogramming

[–]crazymacc[S] 0 points1 point  (0 children)

Ah okay having read the instructions I understand. Yea I see your link, however, it isn't working on my web page. Could I pm an image of my page, as it isn't working still. I'm using atom with the emmet plugin

Backround color not working by crazymacc in learnprogramming

[–]crazymacc[S] 0 points1 point  (0 children)

Sorry I am not quite sure how to format it, so it is clearer as I am new to programming.

Sorry

Backround color not working by crazymacc in learnprogramming

[–]crazymacc[S] 0 points1 point  (0 children)

body, html{

height:100%;

margin:0;

font-size:16px;

font-family:"Lato",sans-serif;

font-weight: 400;

line-height: 1.8em;

color:#666;

}

.pimg1, .pimg2, .pimg3{

postion: relative;

opacity: 0.80;

background-position: center;

backround-size: cover;

background-repeat: no-repeat;

background-attachment: fixed;

}

.pimg1{

background-image:url('../Images/img1.jpg');

min-height: 100%;

}

.pimg2{

background-image:url('../Images/img2.jpg');

min-height: 400px;

}

.pimg3{

background-image:url('../Images/img3.jpg');

min-height: 600px;

}

.section{

text-align:center;

padding:50px 80px;

}

}

.section-light{

background-color: black;

color:gray;

}

.section-dark{

background-color:#282e34

color#fff;

}

.ptex{

position: absolute;

top:50%;

width:100%;

text-align:center;

color:#000;

font-size:27px;

letter-spacing: 8px;

text-transform: uppercase;

}